@charset "utf-8";
/* CSS Document */
body {}

#banner_glider {
	width:938px;
	height:255px;
	position:relative;
}

#banner_glider div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width:938px;
	height:275px;
	overflow: hidden;
	float:left;
}

#banner_glider div.scroller div.section, #banner_glider div.scroller div.section_nonfocus {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:798px;
	height:270px;
	overflow:hidden;
	float:left;
	padding:0px 70px 0px 70px;
	margin:0 0px 0 0px;
}

#tab_controls {
	z-index:1000;
	position:absolute;
	left:90px;
	bottom:0px;
	width:100px;
	height:18px;
}

#tab_controls a {
	width:18px;
	height:14px;
	text-align:center;
	display:block;
	float:left;
	color:#75bef2;
	padding:2px 0 0 0;
	font-weight:bold;
}

#tab_controls a.activeSlide {
	text-decoration:underline;
	color:white;
}

#banner_control_left_top {
	margin:15px 0 0 0;
	width:30px;
	height:255px;
	z-index:1000;
	position:absolute;
	left:0px;
	background:top left no-repeat url(images/home_banner/left_fade.gif);
}

#banner_control_left_top a.banner_left { 
	display:block; 
	width:30px;
	height:255px;
}

#banner_control_right_top {
	margin:15px 0 0 0;
	width:30px;
	height:255px;
	z-index:1000;
	background:top right no-repeat url(images/home_banner/right_fade.gif);
	position:absolute;
	left:908px;
}

#banner_control_right_top a.banner_right { 
	display:block; 
	width:30px;
	height:255px;
}

.banner_content {
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:white;
	margin:130px 0 0 492px;
}

.banner_content a {
	display:block;
	height:29px;
	width:139px;
	margin:10px 0 0 0;
	background:top left no-repeat url(images/home_banner/more_info_button.png);
}
.banner_content a:hover { background:bottom left no-repeat url(images/home_banner/more_info_button.png); }

.section1 {background:top center no-repeat url(images/home_banner/banner_1.jpg);}
.section2 {background:top center no-repeat url(images/home_banner/banner_2.jpg);}
.section3 {background:0px 10px no-repeat url(images/home_banner/banner_4.jpg);}
.section4 {background:top center no-repeat url(images/home_banner/banner_3.jpg);}
.section5 {background:top center no-repeat url(images/home_banner/banner_5.jpg);}
.section6 {background:top center no-repeat url(images/home_banner/banner_6.jpg);}
.section7 {background:top center no-repeat url(images/home_banner/banner_7.jpg);}
.section8 {background:top center no-repeat url(images/home_banner/banner_8.jpg);}
.section9 {background:top center no-repeat url(images/home_banner/banner_9.jpg);}


