.sliderwrapper{
	position: relative; /*leave as is*/
/*	overflow: hidden; /*leave as is*/
	width: 580; /*width of featured content slider*/
/*	height: 180;*/
	/*border:1px solid #000;*/
	/*left: 3;*/
	float:left;
	z-index:0;
	top:-33;
}

.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{
	left:240;
	position:relative;
	top:181px;
	width:257;
	height:33;
	z-index:1;
}

.pagination a{
	padding: 2 6px;
	position:relative;
	top:7;
}
ul#cspage{
	display:inline;
}
ul#cspage li{
	display:inline;
}
ul#cspage li a{
	font-family:Arial;
	font-size:11px;
	height:18px;
	margin-left:8px;
	margin-right:8px;
	position:relative;
	width:7px;
	color:#fff;
	border:1px solid #fff;
}
ul#cspage a:hover {
	background:#ccc;
}
ul#cspage a.selected {
	background:#FFFFFF none repeat scroll 0 0;
	color:#000000;
}
/* ### TEXT DETAIL ###*/
#detail_slider {
	width:199;
	height:191;
	position:relative;
	float:right;
	margin-right:9;
	top:-23;
	background:url(../../images/bg_green.gif);
}
