.sliderwrapper{
	position: relative;
	width: 572px; /*width of featured content slider*/
	height: 251px;
	overflow: visible;
}



.sliderwrapper .contentdiv{
	visibility: visible; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;
	text-align: center;
	vertical-align: bottom;
	width: 572px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 251px;








filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background-position: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.pagination{
	width: 572px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: center;
	background-color: #E7E9E8;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	height: 10px;
	z-index: 1;
}

.pagination a{
	text-decoration: none;
	color: #000000;
	height: 10px;
	width: 10px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: right;
	margin-left: -40px;
	z-index: 5;
	background-color: #9CD9F8;
	margin-right: 50px;
}

.pagination a:hover, .pagination a.selected{
	color: #fff;
	background-color: #60CCDF;
	z-index: 5000;
}
