.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
height: 155px;
width: 100%; /*width of featured content slider*/
/*background: url(../images/latest_main_bg.png) bottom repeat-x; */

}

.sliderwrapper .contentdiv{
visibility: visible; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 200px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 155px; padding: 11px;
/*filter:progid:DXImageTransform.Microsoft.alpha(opacity=100); -moz-opacity: 1; darkens in IE */ 
opacity: 1;
color: #fff;
/*background: url(../images/latest_main_bg.png) bottom repeat-x;  */
}


#pagination{
width: 100%; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
background: url(../images/latest_tabs_bottom_bg.png) bottom;
height: 22px;
padding: 4px 0 2px 0;
text-align: center;
color: #fff;
}

#pagination, #pagination a, #pagination a:link, #pagination a:visited {
text-decoration: none; color: #fff; background: #225186; position: relative; top: 160px; font-weight: bold;
}