.sliderwrapper{
position: Relative; /*leave as is*/
overflow: Hidden; /*leave as is*/
border: 10px solid navy;
border-bottom-width: 0px;
width: 400px; /*width of featured content slider*/
height: 250px;
}
.sliderwrapper .contentdiv{
visibility: Hidden; /*leave as is*/
position: Absolute; /*leave as is*/
left: 0; /*leave as is*/
top: 0; /*leave as is*/
padding: 0px;
background: White;
width: 390px; /*width of content divs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter
rogid:dximagetransform.microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.pagination{
width: 400px; /*width of pagination div. Total width should equal slider's outer width (400+10+10=420)*/
text-align: Right;
background-color: Navy;
padding: 0px 0px;
}
.pagination a{
padding: 0 5px;
text-decoration: None;
color: #00007d;
background: White;
}
.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #fee496;
}