.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-top: 6px;
border-bottom-width: 6px;
width: 610px; /*width of featured content slider*/
height: 1600px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 590px; /*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: left;
vertical-align:bottom;
background:#BCBCBC;
padding-top:20px;
padding-right:10px;
}

.pagination a{
padding: 8px 12px;
text-decoration: none; 
color: #FFFFFF;
background: #f3f3f3;
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
}

.pagination a:hover{
color: #ffffff;
background: #444444;
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
}

.pagination a.selected{
color: #000000;
background: #ffffff;
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
}
