.sliderwrapper{
	position: relative; /*leave as is*/
	width: 390px; /*width of featured content slider*/
	height: 245px;
	overflow: hidden;
	float:right;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: none;
width: 389px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter: DXImageTransform.Microsoft.alphavalue(0.9);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 380px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: none;
padding: 0px 2px;
float:right;
margin-top:3;
margin-right:8px;

}

.pagination a{
padding: 0 0px;
text-decoration: none; 
color: #00007D;
background: #F3F3F3;
font-family:Verdana, Geneva, sans-serif;
font-size:10px;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #f5f5f5;
}
