.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 510px; /*width of featured content slider*/
height: 185px;
}

.sliderwrapper .contentdiv {
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
width: 500px; /*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: 500px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
}

.pagination a {
font:bold 12px Arial,helvetica,MS san-serif;
color:#0080b2;
text-decoration:none;
line-height:16px;
float:left;
dosplay:inline;
width: auto; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height:18px;
text-align: center;
background: none;
width:16px;
display:block;

}

.pagination a.selected {
color:#ffffff;
background: #216e9d;
display:block;
}

.pagination a:hover {
color:#000000;
background: #none;
display:block;
}



.pagination a span {
background:  url(/images/hometab_left.gif) no-repeat left;
height:20px;
display:block;
padding: 0px 12px 0px 14px;
margin: 0px 0px 0px 0px;
}

.pagination a.selected span,.pagination a:hover span  {
background:  url(/images/hometab_lefton.gif) no-repeat left;
height:33px;
padding: 0px 12px 0px 14px;
margin: 0px 0px 0px 0px;
cursor:pointer;
}
