.sliderwrapper{
	position: absolute; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: solid white 10px;
	width: 819px; /*width of featured content slider*/
	height: 504px;
	
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute;  /*leave as is*/
	top: 0px;  /*leave as is*/
	padding: 0px;
	width: 815px; /*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;
	background-color: #000;
	margin: 0px;
	left: 2px;
}

.pagination{
	width: 839px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	margin: 10px auto 0;
	text-align:center;
	position: absolute;
}

.pagination a{
	padding: 0 4px 0 4px;

}

.pagination a:hover, .pagination a.selected{
}

