.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 100%; /*width of featured content slider*/
height: 89px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
width: 100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
}

.pagination{
width: auto; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 5px;
border-top:solid 1px #D1D1D1;
border-bottom:solid 1px #D1D1D1;
background:#E9E9E9;
}

.pagination a{
padding: 3px 8px;
text-decoration: none; 
color: #333;
background: #E9E9E9;
border:solid 1px #D1D1D1;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FFF;
}
