.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom-width: 6px;
 /*width of featured content slider*/
height:80px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
/*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 a{color:#5F5F5F; text-decoration:none;}
.contentdiv .pic{width:122px; float:left; background:url(../images/devi-small.gif) no-repeat right center; height:68px; padding:10px 0 0;}

.contentdiv p{float:right; width:176px; padding:0 0 0 10px;}

.pagination{
/*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right; font-weight:bold; position:relative; margin:3px 0 0;
padding:0;
}

.pagination a{
padding:2px 8px;
text-decoration: none; 
color:#636363;
background:#E0DFDD;
}

.pagination a:hover, .pagination a.selected{
color:#fff;
background-color:#ffb809;
}