.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px #d5d5d5;
border-bottom-width: 0px;
width: 920px; /*width of featured content slider*/
height: 355px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
width: 355px; /*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{
font-size: 11px;
width: 900px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #d5d5d5;
padding: 8px 8px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
font-family: Tahoma, Verdana, Arial,  sans-serif;   
color: #442e04;
font-size: 12px;
background-color: #d5d5d5;
}

.pagination a:hover, .pagination a.selected{
color: #d5d5d5;
font-size: 12px;
background-color: #10b0f2;
}