.sliderwrapper{
	position: relative; /*leave as is*/
	border: 0px solid navy;
	border-bottom-width: 0px;
	width: 400px; /*width of featured content slider*/
}



.sliderwrapper .contentdiv{
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	background: white;
	width: 428px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
}

.pagination{
	margin-top: 0px; 
	padding-top: 12px; 
	\\padding-left: 19px; 
	margin-bottom: 0px; 
	margin-left: 120px; 
	width: 77px;
	display: block;
	width: 60px;
}

.pagination a{
padding: 0 0px;
text-decoration: none; 
color: #00007D;
background: white;
float: left;
}
.contentdiv .pagination a.next{
	float:none;
}
.pagination a:hover, .pagination a.selected{
}