.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 980px; /*width of featured content slider*/
	height: 455px;
	
}
.sliderwrapper .contentdiv {
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;
	width: 980px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 455px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination{
	width: 980px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: center;
	padding: 40px 0px 15px;
	background-image: url(../img/pag_clouds.png);
	background-repeat: no-repeat;
	background-position: left top;
	top: 384px;
	z-index: 5050;
	font-size: 14px;
	line-height: 16px;
	position: absolute;
}

.pagination a {
	text-decoration: none;
	color: #686868;
	background: url(../img/controls_grey.gif) no-repeat center top;
	font-size: 13px;
	line-height: 20px;
	padding-right: 17px;
	padding-left: 17px;
	padding-top: 2px;
	padding-bottom: 4px;
}

.pagination a:hover, .pagination a.selected{
	color: #FFFFFF;
	background-image: url(../img/controls_sel.gif);
	background-position: center top;
}
.prev, .next {
	background-image: none!important;
	font-size: 16px!important;
	color: #999999;
}
.prev:hover, .next:hover {
	
	color: #333333!important;
}
.home_message {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 500000;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
}
.home_message p.link {
	background-image: url(../img/buttons/home_left.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.home_message p.link a {
	background-image: url(../img/buttons/home_right.png);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 14px;
}
