.sliderwrapper {
	/*position: relative; leave as is*/
	overflow: hidden; /*leave as is*/
	width: 400px; /*width of featured content slider*/
	height: 330px;
	margin: 0 auto;
}

.sliderwrapper .contentdiv {
	visibility: hidden; /*leave as is*/
	/*position: absolute; leave as is*/
	left: 0; /*leave as is*/
	top: 0; /*leave as is*/
	padding: 5px;
	background: transparent;
	width: 390px;
	/*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);
*/
	z-index: auto !important;
	text-align: center;
}

.contentdiv p {
	margin: 275px 0 0;
	color: #c1001f;
	font-family: "Trebuchet MS";
	font-size: 18px;
	line-height: 24px;
}

.pagination {
	position: relative;
	width: 250px;
	/*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: center;
	padding: 15px 10px 0 100px;
	padding-left: 100px;
}

.pagination a {
	display: block;
	position: relative;
	float: left;
	width: 34px;
	height: 55px;
	padding: 0px 5px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #be281c;
	background: url('../img/dot.png') no-repeat;
	text-indent: -9999px;
}

.pagination a:hover,.pagination a.selected {
	background: url('../img/dot_hover.png') no-repeat;
}

.pagination a.selected {
	text-indent: 0px;
	z-index: 2;
}

.pagination a span {
	position: absolute;
	bottom: 0;
	width: 200px;
	left: -78px;
	font-style: italic;
	z-index: 99;
}

.pagination a.next,.pagination a.prev {
	position: absolute;
	display: block;
	top: -200px;
	width: 22px;
	height: 24px;
	text-indent: -9999px;
	z-index: 2;
}

.pagination a.prev {
	left: -22px;
	background: url('../img/bg_gallery_left.png') no-repeat;
}

.pagination a.next {
	left: 425px;
	background: url('../img/bg_gallery_right.png') no-repeat;
}

.pagination a.prev:hover {
	text-indent: -9999px;
	background: url('../img/bg_gallery_left_hover.png') no-repeat;
}

.pagination a.next:hover {
	text-indent: -9999px;
	background: url('../img/bg_gallery_right_hover.png') no-repeat;
}