@charset "utf-8";
/* CSS Document */

.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 959px; /*width of featured content slider*/
	height: 352px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
bottom: 0;
padding: 0px;
background: none;
width: 959px; /*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;
}

.pagination{
	width: 200px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	top: -32px;
	left: 10px;
	z-index: 10000;
	padding: 0px;
	clear: right;
	float: right;
	height: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.pagination a{
	padding: 0 5px;
	text-decoration: none;
	color: #333333;
	background: #45806E;
	border: 1px solid #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.pagination a:hover, .pagination a.selected{
	color: #FFFFFF;
	background-color: #218460;
	border: 1px solid #FFFFFF;
	text-decoration: none;
}

.featureTextMarginsHeader {
	padding-top: 5px;
	padding-left: 38px;
	padding-right: 36px;
	padding-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 24px;
}
.featureTextMargins {
	padding-top: 10px;
	padding-left: 38px;
	padding-right: 36px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

