.outerslidewrapper{
	border: 1px solid #CCC;
	width: 579px;
	margin-bottom: 15px;
}

.sliderwrapper{
	position: relative;/*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 579px; /*width of featured content slider*/
	height: 300px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: relative; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 579px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
	  font-family: Arial, Helvetica, sans-serif;
}
.contentdiv .text{
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	padding-top: 251px;
	padding-left: 10px;
	line-height: 26px;
}
.contentdiv img{
	float: right;
	margin: 4px;
}
.contentdiv a{
	color: #5f636c;
	text-decoration: none;
}
.contentdiv .subtext{
	font-size: 12px;
	text-align: left;
		color: #5f636c;
		padding-left: 10px;
}
.pagination{
	position: absolute;
	width: 100px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	
	text-align: center;
	float:left;
	overflow: visible;
	z-index: 1000;
}




#paginate-slider4 a img{
width: 80px;
height: 45px;
border: 2px solid #5f636c;
margin-top: 5px;
}

#paginate-slider4 a img:hover, #paginate-slider4 a.selected img{
border: 2px solid #fa863d;
}

