.sliderwrapper{
	overflow: hidden; /*leave as is*/
	width: 625px; /*width of featured content slider*/
	height: 205px;
	top: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.contentdiv{
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0;
	width: 625px;
	height: 205px;
	filter: alpha(opacity=50);



















	filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.contentdiv img{
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.pagination{
	width: 620px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	height: 0px;
	text-align: center;
}

.pagination a{
	float: right;
	display: block;
	height: 1px;
	width: 10px;
	padding: 0px;
	margin-left: 0px;
}

.pagination a img{
	border: none;
}

.pagination a:hover, .pagination a.selected{

}

