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

width: 614px; /*width of featured content slider*/

height: 255px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/

width: 614px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 255px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{

text-align:left;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.pagination a{
text-decoration: none;
color: #FFF;
float:left;
display:block;
position:relative;
font-weight:bold;
line-height:20px;
width:20px;
height:21px;
text-align:center;
top:-20px !important;
}

.pagination a:hover, .pagination a.selected{
color: #FFF;
font-weight:bold;

}