.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 325px; /*width of featured content slider*/
height: 490px;
float:left;
}
.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: 325px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */

}
.pagination {
margin-top:10px;
position:relative;
text-align:center;
top:5px;
left:122px;
width:315px;
z-index:1000;
}
.pagination a{
padding: 0 5px !important;
text-decoration: none; 
color: #cc0000;
background: white;
border:none !important;

}
.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #cc0000 !important;
}