.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 980px; /*width of featured content slider*/
	height: 386px;
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
}



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

.pagination{
	width: 980px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: center;
	padding: 5px 0px;
	background-image: url(../images/slideShowFoot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 0px 40px;
	height: 21px;
	clear: left;
	float: left;
}

.pagination a{
	padding: 0 10px;
	text-decoration: none;
	color: #999999;
	line-height: 16px;
}

.pagination a:hover, .pagination a.selected{
	color: #333333;
}
.next, .prev {
	font-size: 16px;
	line-height: 16px;
}
.slide1 {
	background-image: url(../images/1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.slide2 {
	background-image: url(../images/2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.slide3 {
	background-image: url(../images/3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.slide4 {
	background-image: url(../images/4.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.slide5 {
	background-image: url(../images/5.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.slide6 {
	background-image: url(../images/6.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.slide7 {
	background-image: url(../images/7.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.slide8 {
	background-image: url(../images/8.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.slide9 {
	background-image: url(../images/9.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.slide10 {
	background-image: url(../images/10.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.contentdiv p {
	padding-left: 69px;
	padding-right: 50px;
}
.contentdiv a {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 20px;
}
.contentdiv a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
