.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 210px; /*width of featured content slider*/
height: 120px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 210px; /*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;
}

.pagination{
width: 210px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
padding: 10px 0;
text-align: center;
height:25px;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}

.pagination a{
margin-top:5px;
padding: 0 5px;
text-decoration: none; 
color: #CCCCCC;
background:;
}

.pagination a:hover, .pagination a.selected{
color: #FFFFFF;
background-color: #4f061d;
}

.contentdiv p{
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 12px;
color:#000000;
}
