.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
background:#fff;
border: 0px solid #f1f1f1;
border-bottom:0px;
width: 300px;100%;250px; /*width of featured content slider*/
height: 285px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px 0px 0px 0px;
width: 300px; /*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;
}

.contentdiv img{
padding-top:1px;
width:300px;

}

.pagination{
width: 300px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align:center;
background-color: #fff;
border: 0px solid #f1f1f1;
border-top:0px;
padding-bottom:10px;
margin-bottom:10px;
}

.pagination a{
padding: 0px 5px;
font-weight:bold;
text-decoration: none;
color: #CC0000;
background: white; url(../images/layout/bg-content-slider.jpg);
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background: #CC0000;
}

