.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 20px solid white;
border-top: 10px solid white;

width: 920px; /*width of featured content slider*/
height: 420px;
margin-left: auto;
margin-right: auto;
}

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

.pagination{
padding: 5px 10px;
bottom: 50px;
right: 18px;
position:relative;
z-index: 50;
float: right;
}

.pagination a{
padding: 0;
text-decoration: none; 
color: #00007D;
background: white;
padding-left: 10px;
padding-right: 10px;

-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px; /* future proofing */
-khtml-border-radius: 15px; /* for old Konqueror browsers */
}

.pagination a:hover, .pagination a.selected{
	color: #000;
	background-color: #0CF;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px; /* future proofing */
	-khtml-border-radius: 15px; /* for old Konqueror browsers */
}

#slider .block{
	padding: 0;


}