.sliderwrapper{
	position: relative; /*leave as is*/
/*	overflow: hidden; /*leave as is*/
	width: 505; /*width of featured content slider*/
	height: 235;
	float:left;
	z-index:0;
}

.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{
	z-index:1;
	float:left;
}

ul#cspage{
	list-style:none;
	margin:0;
	padding:0;
}
ul#cspage li{
	list-style:none;
	display:block;
}
ul#cspage li a{
	font-family:Arial;
	font-size:11px;
	display:block;
	height:17px;
	margin:0;
	color:#333;
	background:url(../../img-wip/off.gif) repeat-x;
	font-weight:bold;
	text-decoration:none;
	width:152;
	padding:15 0 15 18;
	text-align:left;
 
}
ul#cspage a:hover {
	background:url(../../img-wip/active.png) repeat-x;
	margin:0;
}
ul#cspage a.selected {
	background:url(../../img-wip/active.png) repeat-x;
	color:#fff;
	margin:0;
}
div.contentdiv a.image {
	z-index:5;
}
#content1 {
	position:absolute;
	top:1;
	color:#A1BD13;
	right:43;
	top:185;
	text-decoration:underline;
	z-index:10;
	text-align:right;
}
#content2 {
	position:absolute;
	top:5;
	color:#A1BD13;
	right:43;
	top:200;
	text-decoration:underline;
	z-index:10;
	text-align:right;
}