.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 480px; /*width of featured content slider*/
	height: 320px;
	background: #C0C0C0;
	border:20px solid #C0C0C0;
	float:center;
	
}

.contentdiv{
	visibility: hidden;
	position: absolute; 
	left: 0;
	top: 0;
	background: #C0C0C0;
	width: 480px;
	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: 470px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	height: 0px;
	text-align: right;
	background: #ffffff;
	padding-top: 5px;
	padding-right: 10px;
}

