.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px;
background: none;
width: 396px; /*width of featured content slider*/
height: 129px;
z-index: 3;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
padding: 13px 9px 0px 22px;
background: none;
width: 396px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination {
position: absolute;
margin-left: 0px;
margin-top: 0px;
width: 356px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background: none;
padding: 0px 22px;
color: #FFFFFF;
z-index: 2;
}
* html .pagination {
margin-top: -4px;
margin-left: 0px;
color: #FFFFFF;
height: 40px;
}


.pagination a, .pagination a:link, .pagination a:hover {
padding: 5px 4px 5px 3px;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
background: url(style/special/02.jpg);
background-repeat: no-repeat;
}
* html .pagination a, .pagination a:link, .pagination a:hover {
width: 13px;
height: 30px;
color: #FFFFFF;
}
.pagination a.selected, .pagination a:active{
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
background: url(style/special/03.jpg);
background-repeat: no-repeat;
}