.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;
border-bottom-width: 0px;
width: 500px; /*width of featured content slider*/
height: 290px;
background:#e8efff;
margin:0px 0px 0px 15px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
width: 490px; /*width of content DIVs within slider. Total width should equal slider's inner width (490+5+5=500) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.contentdiv p{font-size:12px;margin:8px 0px 0px 10px;line-height:1.5em;}

.pagination{
width: 490px; /*Width of pagination DIV. Total width should equal slider's outer width (400+5+5=420)*/
text-align: right;
padding: 5px;
font-size:11px;
padding-right:30px;
margin-left:15px;
float:right;
clear:none;
}

.pagination a{
padding: 3px;
text-decoration: none;
color: #000066;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #0033CC;
background-color: #E8EFFF;
}
