.sliderwrapper {
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 100%; /*width of featured content slider*/
	height: 300px;
	margin: 0px;
	padding: 0px;
	clear: both;
	background-color: #DEDEDE;
}
#sliderwrap {
	padding-top: 130px;
}
.sliderwrapper .contentdiv {
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	background: no-repeat center top;
	width: 100%; /*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;
}
.pagination {
	width: 198px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	clear: left;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 800px;
}
.pagination a {
	padding: 0px;
	text-decoration: none;
	background: url(../images/home_toggles.gif) no-repeat left top;
	float: left;
	width: 20px;
	font-size: 12px;
	line-height: 20px;
	height: 29px;
	}
.pagination  span {
	background-image: url(../images/home_toggles_div.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
	margin-left: 20px;
	width: 225px;
	float: left;
	padding-top: 0px;
}

.pagination a.selected {
background: url(../images/home_toggles.gif) no-repeat -30px top;
}
.pagination a:hover  {
background: url(../images/home_toggles.gif) no-repeat -60px top;
}

.pagination a.prev {
	width: 28px;
	background-image: url(../images/home_arrows.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 10px;
	float: right;
	}
.pagination a.next {
	width: 28px;
	background-image: url(../images/home_arrows.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	}
.pagination a.prev:hover {
	background-image: url(../images/home_arrows.gif);
	background-repeat: no-repeat;
	background-position: left -33px;
	}
.pagination a.next:hover {
	background-image: url(../images/home_arrows.gif);
	background-repeat: no-repeat;
	background-position: right -33px;	
	}


.slide1text {
	margin-top: 325px;
	font-size: 14px;
	line-height: 20px;
	float:right;
}
.slide2text {
	margin-top: 325px;
	font-size: 14px;
	line-height: 20px;
	float:right;
}
.contentdiv a {
	color: #FFFFFF;
	text-decoration: none;
}
