@charset "utf-8";
/* CSS Document */

.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 839px; /*width of featured content slider*/
	height: 300px;
	background-color: #FFFFFF;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: white;
width: 914px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 2794px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
}

.pagination a{
}

.pagination a:hover, .pagination a.selected{
}

#welcome2 {
	text-align: left;
	width: 900px;
	margin-top: 70px;
	padding: 0px 0;
	margin-bottom: 0px;
	clear: both;
	font-family: "Arial", "Helvetica", Sans-serif;
	font-size: 12px;
	color: #474747;
	line-height: 16px;
	color: white;
	top: 541px;
}
