.sliderwrapper{
	position: absolute;
	width: 852px; /*width of featured content slider*/
	height: 520px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 2;
	left: 24px;
	top: 10px;
	background-image: url(../images/test.gif);
	background-repeat: no-repeat;
}


.sliderwrapper .contentdiv{
	position: absolute; /*leave as is*/
	left: 0px;  /*leave as is*/
	top: 23px;
	width: 429px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 352px;



































































filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	z-index: 3;
}

.pagination{
	width: 367px;
	padding-top: 5px;
	position: absolute;
	z-index: 3;
	top: 32px;
	left: 472px;
	height: 503px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #FFF;
}

.pagination a{
	text-decoration: none;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	list-style-type: circle;
}

.pagination a:hover, .pagination a.selected{
	color: #FFF;
}
