.sliderwrapper{
	position: relative; /*leave as is*/
/*	overflow: hidden; /*leave as is*/
	width: 560; /*width of featured content slider*/
/*	height: 180;*/
	/*border:1px solid #000;*/
	/*left: 3;*/
	float:left;
	z-index:0;
	top:-30;
}

.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	width: auto; /*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;
	text-align:center;
}

.pagination{
	background:url(../../images/bg_page.png) repeat;
	height:30px;
	position:relative;
	top:190px;
	width:560px;
	z-index:1;
}

.pagination a {
	padding:0;
	position:relative;
	top:6;
	color:#fff;
	font-size:14;
	font-weight:bold;
	padding-bottom:2;
}
.pagination a.prev {
	background:url(../../images/arrow_left.png) no-repeat left;
	padding-left:15;
	margin-left:10px;
	margin-right:446px;
	color:#fff;
}
.pagination a.next {
	background:url(../../images/arrow_right.png) no-repeat right;
	padding-right:15;
	color:#fff;
}
