.sliderwrapper {
overflow: hidden; /*leave as is*/
width: 890px; /*width of featured content slider*/
height: auto;

}



.sliderwrapper .contentdiv {
visibility: hidden; /*leave as is*/
padding: 5px;
width: 880px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
background: white;
}

.pagination {
text-align: left;
margin-top: 10px;
padding: 5px 10px;
font-size: 14px;
line-height: 48px;	
font-weight: 700;
display: block;
	
}

.pagination a {
padding: 10px 16px;
border-radius: 21px 21px 21px 21px;
text-decoration: none;
background-color: #eaeaf0;
color: #4f4f4f;
margin-right: 11px;
	white-space: nowrap;
}

.pagination a:hover, .pagination a.selected {
color: white;
background: #04707c;

}

.pagination2 {
text-align: left;
margin-top: 19px;
padding: 5px 8px;
line-height: 42px;
font-size: 12px;
font-weight: 700;
display: block;
}

.pagination2 a {
padding: 9px 12px;
border-radius: 19px 19px 19px 19px;
text-decoration: none;
background-color: #eaeaf0;
color: #4f4f4f;
margin-right: 8px;
	white-space: nowrap;
}

.pagination2 a:hover, .pagination2 a.selected {
color: white;
background-color: #04707c;
}

.pagination3 {
text-align: left;
margin-top: 19px;
padding: 5px 0;
height: 50px;
font-size: 12px;
font-weight: 700;
line-height: 38px;
}

.pagination3 a {
padding: 6px 7px;
border-radius: 10px 10px 10px 10px;
text-decoration: none;
background-color: #eaeaf0;
color: #4f4f4f;
margin-right: 5px;
}

.pagination3 a:hover, .pagination3 a.selected {
color: white;
background-color: #04707c;
}