.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 483px; /*width of featured content slider*/
	height: 270px;
	margin-top:5px;
	overflow:hidden;
}



.sliderwrapper .contentdiv {
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0;
	background: white;
	width: 483px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 270px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	overflow:hidden;
	margin-left:5px;
	margin-top:5px;
	margin-bottom:0;
}

.sliderwrapper .contentdiv img {
	width:483px;
	height:270px;
}

.pagination{
	width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}

.pagination a{

}

.pagination a:hover, .pagination a.selected{

}