.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 720px; /*width of featured content slider*/
height:525px;
text-align:right;
}



.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: 720px; /*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: 169px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align:right;
float:right;
margin-top:30px;
}

.pagination a{
	font-size:0px;
	padding:3px;
	text-decoration: none; 
	color: #FFF;
	background: white;
	border:1px solid #CCC;
}

.pagination a:hover, .pagination a.selected{
	color: #E6E6E6;
	background-color: #E6E6E6;
	padding:3px;
	border:1px solid #CCC;
}