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

width: 610px; /*width of featured content slider*/
height: 160px!important;
height: 170px;
}



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

width: 610px; /*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{

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

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

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

}
