.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid #CCCCCC;
border-bottom-width: 0px ;
padding-bottom:5px;
width: 300px; /*width of featured content slider*/
height: 256px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding-left: 5px;
background: white;
width: 300px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;

}

.pagination{
width: 198px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
 background:  ;
padding: 5px 30px;
background-image:url(../images/);
font: 100% arial, verdana, lucinda sans, sans serif;
}

.pagination a{
padding-left: 12px;
text-decoration: none;
color: #fff;
background: ;
border: 0px solid #000;
}

.pagination a:hover{
color: #000;
background-color:;
border: 0px solid #000;
}
.pagination a.selected{
color: #000;
}
