.sliderwrapper{
	position: relative; /*leave as is*/
	width: 490px; /*width of featured content slider*/
	height: 359px;
}


.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	background:none;
	width: 490px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: auto;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	margin:0px;
	text-align:center;
	background:#32151A;
}

.pagination{
	width: 820px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	padding: 0px 10px;
	background:#32151A;
}

.pagination .galleryleft{float:left;width:158px;text-align:right;padding:150px 5px 0px 0px;}
.pagination .gallerycenter{float:left;width:490px;border-right:2px solid #ffffff;border-left:2px solid #ffffff;}
.pagination .galleryright{float:left;width:158px;text-align:left;padding:150px 0px 0px 5px;}