.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 368px; /*width of featured content slider*/
height: 397px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding:0;
width: 368px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
position:absolute;
top:223px;
right:15px;
width: 368px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
z-index:100;
}

.pagination a {
width:11px;
height:11px;
margin:0 5px 0 0;
padding:0 4px 0 4px;
background: #92b2da url(img/bluedot_off.gif) top center no-repeat;
text-decoration:none;
}

.pagination a:hover, .pagination a.selected{
background: #92b2da url(img/bluedot_on.gif) top center no-repeat;
text-decoration:none;
}