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



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

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

.pagination a{
width:159px;
padding-bottom:-10px;
display:block;
text-decoration: none;
background:url(../images/newsbt.jpg) no-repeat top center;
color:#663300;
height:33px;
}

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

.selected{
background:url(../images/newsbt_hover.jpg) no-repeat top center;
color:#FFFFFF;
}
