.sliderwrapper{
	hasLayout: 0;
	position: relative; /*leave as is*/
	top:-16px;
	right:54px;
	overflow: hidden; /*leave as is*/
	border: none;
	width: 1000px; /*width of featured content slider*/
	height: 521px;
	z-index:-1; 
	padding-bottom:1px;
	border:none;
	background: transparent;
}
.sliderwrapper .contentdiv{
	hasLayout: 0;
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0px;
	
	width: 1000px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	z-index:-1;
	border:none;
	background: transparent;
}
.pagination{
	hasLayout: 0;
	position:relative;
	top:-355px;
	width: 1000px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: center;
	background: transparent;
	border:none;
	z-index:-1;	
}
.pagination a{
	padding: 0 5px;
	text-decoration: none; 
}
.pagination a:hover, .pagination a.selected{
	background:none;
}
.contentdiv img{
	background:none;
	border:none;
}