.sliderwrapper {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: none;
	border-bottom-width: 1px;
	width: 545px; /*width of featured content slider*/
	height: 300px;
	
	/*manually customize*/
	padding:0;
	margin:10px 0 0 5px;
}

.sliderwrapper .contentdiv {
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 550px; /*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;
/*manually customize*/
padding: 0px;
}

.contentdiv #subcontent{
	width:560px;
	height:50px;
	line-height:50px;
	background:url(images/contentslidershade.png) repeat;
	margin:0 auto;
	padding:0 20px;
}

.contentdiv #subcontent a, .contentdiv #subcontent a:visited {
	font:Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size:30px;
	color:#fefefe;
	text-decoration:none;
}

.contentdiv #subcontent a:hover, .contentdiv #subcontent a:active {
	color:#9dbcfb;
}

.pagination{
width: 535px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background: #017dc5;
padding: 5px 5px;
margin:0 0 0 5px;
}

.pagination a{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
padding: 2px 5px;
text-decoration: none; 
color: #fefefe;
background: #02659f;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background: #068fde;
}

