.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid #efefef;
border-bottom-width: 0px;
width: 370px; /*width of featured content slider*/
height: 192px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 10px;

width: 450px; /*width of content DIVs within slider. Total width should equal slider's inner width (450+5+5=460) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 460px; /*Width of pagination DIV. Total width should equal slider's outer width (460+10+10=480)*/
text-align: right;
background-image: url('lbg.jpg'); background-repeat: no-repeat; background-position: center top;
padding: 5px 10px;
}

.pagination a{
padding: 7 8px;
text-decoration: none; 
color: #00007D;
}

.pagination a:hover, .pagination a.selected{
color: #f20000;
background-color: #f5c759;
}