body {
margin:0px;
font-family:tahoma;
font-size:11px;
}
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 442px; /*width of featured content slider*/
height: 192px;
background:url(../images/tab-bg.jpg) no-repeat;
float:left;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 23px;  /*leave as is*/
top: 20px;  /*leave as is*/
background: white;
width: 346px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 146px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 164px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height:160px;
text-align: center;
float:left;
margin-top:13px;
text-align:right;

}

.pagination a{
width:111px;
height:30px;
display:block;
padding-top:10px;
text-decoration: none;
background:url(../images/tab-images.jpg) no-repeat top center;
color:#666666;
padding-right:53px;
}

.pagination a:hover, .pagination a.selected{
background:url(../images/tab-hover.jpg) no-repeat top center;
color:#999900;
}