.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 3px solid #566986;
border-bottom-width: 3px;
width: 572px; /*width of featured content slider*/
height: 800px;
margin-top: auto;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 4px;  /*leave as is*/
	padding: 3px;
	background: white;
	width: 567px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 802px;
}

.pagination{
	width: 295px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.pagination a{
	padding: 0 5px;
	text-decoration: none;
	color: #000;
	background: #F4F4F4;
}

.pagination a:hover, .pagination a.selected{
	color: #600;
	background-color: #cccccc;
}
