.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 569px; /*width of featured content slider*/
	height: 285px;
}

.contentdiv{
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 570px;
	height: 100%;
	filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

.contentdiv img{
	margin: 0px;
	padding: 0px;
}

.pagination{
	width: 560px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	height: 22px;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
}

.pagination a{
	float: left;
	display: block;
	height: 20px;
	width: 15px;
	padding: 0px;
	margin-left: 5px;
	text-align: center;
	text-decoration: none;
	background: #c9c9c9;
	color: #666666;
}

.pagination a:hover, .pagination a.selected{
	background: #999999;
	color: #FFFFFF;
}
