.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/

float: left;
width: 280px; /*width of featured content slider*/
height: 380px;
margin-top: 0px;
margin-left: 0px;
padding:0px;

}



.sliderwrapper .contentdiv{
	margin-top: 0px;
margin-left: 0px;
padding:0px;

visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/

background: white;
width: 390px; /*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;
}

.pagination{
width: 280px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
background-color:#FFF;
font:14px bold Arial,Verdana,Tahoma;
text-transform:uppercase;

padding: 5px 5px 8px 2px;
}

.pagination a{
	font:14px bold Arial,Verdana,Tahoma;
	
	border-right:1px solid #bdc5cd;
padding: 5px 5px 8px 2px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
	font:14px bold Arial,Verdana,Tahoma;
	border:2px solid #4a88ce;
color: #000;
background-color:#FFF;
padding: 5px 5px 3px 2px;
}