.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid #ddd;
padding: 0px;
width: 374px; /*width of featured content slider*/
height: 104px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 1px;
border: 1px solid #ddd;
background: white;
width: 370px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100px;
/*
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
*/
}

.pagination{
width: 370px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #fff;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #bbb;
font-family: tahoma;
font-size: 10px;
background: white;
border: 1px solid #efefef;
}

.pagination a.selected{
color: #fff;
background-color: #ddd;
border: 1px solid #efefef;
}
.pagination a:hover{
color: #888;
background-color: #fff;
border: 1px solid #bbb;
}
