.sliderwrapper{
position: relative; /*leave as is*/
/*leave as is*/
width: 200px; /*width of featured content slider*/
height: 40px;
}

.contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0px;  /*leave as is*/
top: 0;  /*leave as is*/
width: 200px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100px;
}

.pagination{
width: 170px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
height: 18px;
}

.p head{
font-family : verdana;
text-align : left; 
vertical-align : middle; 
text-decoration : none; 
line-height : 18px; 
font-size : 11px;
color: #CC6F02;
}

.pagination{
font-family : verdana;
text-align : left; 
vertical-align : middle; 
text-decoration : none; 
line-height : 18px; 
font-size : 11px;
color: #000000;
}

.pagination:hover{
background-color:#D0ECFC;
color:#D0ECFC;
}

