 
 .sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom-width: 0px;
width: 610px; /*width of featured content slider*/
height: 350px;
z-index: 1;
margin-left: 0px;


}



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

}

.pagination{

text-align: left;
padding: 10px 0px 15px 0px;


}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #5BB0FB;
font-weight:bold;
height: 30px;
width: 30px;
padding: 5px 5px 5px 5px;
font-family:Arial, Helvetica, sans-serif;
font-size: 1em;
}

.pagination a:hover, .pagination a.selected{
padding: 0 5px;
text-decoration: none; 
color: #ffffff;
height: 30px;
width: 30px;
padding: 5px 5px 5px 5px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
font-size: 1em;
}

