.sliderwrapper{
position: relative; /*leave as is*/
 /*leave as is*/
 overflow:hidden;


width: 515px; /*width of featured content slider*/
height: 300px;
z-index:1;
}



.sliderwrapper .contentdiv{

}

.pagination{
 /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;

padding: 5px 10px;
background-color:#cccbcb;

position:relative;
z-index:10;
}

.pagination a,.pagination a:visited{
padding: 0 5px;
text-decoration: none; 
color: #a7a7a7;
background: white;
border:1px solid #a7a7a7;
}

.pagination a:hover, .pagination a.selected{
color: white;
background-color: #a7a7a7;
border:1px solid #a7a7a7;
}
