.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border-bottom-width: 6px;
	width: 670px; /*width of featured content slider*/
	height: 196px;
	background-color:#BEE5F4;
}

.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: #BEE5F4;
	width: 670px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
	float:left;
}

.sliderwrapper .contentdiv img {
	margin-top:-36px;
}
.pagination{
	width: 180px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	padding: 10px;
	display:block;
	margin-top:-50px;
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	float:right;
}

/*
.nav { font-weight:bold; border: 1px solid #B7BFC5; padding: 0px 4px; background-color:#FFFFFF;}
*/
.pagination a{
padding: 1px 3px;
text-decoration: none; 
color: #213C5A;
border: 1px solid #B7BFC5;
background-color: #FFFFFF;
}

.pagination a:hover{
border: 1px solid #19476F;
}
.pagination a.selected, .pagination a:hover{
background-color: #D2EFFA;
color:#EA5200;
}

