.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 922px; /*width of featured content slider*/
	height: 280px;
}



.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: white;*/
	width: 920px; /*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;
}

.pagination{
	width: auto;
	text-align:center;
	position:absolute;
/*	margin-top: -20px;*/
}

.pagination a{
	text-decoration: none;
	color: #666666;
	background: white;
	border:1px solid #666666;
	margin-top: 3px;
	margin-right: 1px;
	margin-bottom: 3px;
	margin-left: 1px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}

.pagination a:hover, .pagination a.selected{
	color: #FFFFFF;
	background-color: #000000;
}
.prev {
	display:none;
}
.next {
	display:none;
}
