.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px;
border-bottom-width: 0px;
width: 310px; /*width of featured content slider*/
height: 108px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: url('style/96.jpg');
width: 310px; /*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{
position: absolute;
width: 310px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background: none;
padding: 0;
margin-top: -128px;
margin-left: -10px;
color: #FFFFFF;
}

.pagination a, .pagination a:hover{
background: url('style/95.jpg');
background-repeat: no-repeat;
padding: 4px 6px 5px 7px;
font-weight: bold;
text-decoration: none;
color: #FFFFFF;
}

.pagination a.selected{
color: #FFFFFF;
background: url('style/94.jpg');
background-repeat: no-repeat;
}
