.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0;
width: 600px; /*width of featured content slider*/
height: 220px;
padding-bottom:5px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background-color:Transparent;
width: 599px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
}

.pagination{
width: 600px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
 background-color:Transparent;
text-decoration: none; 
padding: 5px 10px;

}

.pagination a{
text-decoration: none; 
 background-color:Transparent;
}

.pagination a:hover, .pagination a.selected{
 background-color:Transparent;
text-decoration: none; 
}