/* CSS Document */
body {}

#banner_glider {
	width:760px;
	height:265px;
	position:relative;
}

#banner_glider div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width:760px;
	height:265px;
	overflow: hidden;
	margin:0 auto;
}

#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:760px;
	height:265px;
	overflow:hidden;
	float:left;
	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 {
	float:left;
	width:60px;
	height:300px;
	z-index:1000;
	background:top left no-repeat url(btn_left.gif);
}

#banner_control_left_top a.banner_left { 
	display:block; 
	width:60px;
	height:300px;
}

#banner_control_right_top {
	float:right;
	width:60px;
	height:300px;
	z-index:1000;
	background:top right no-repeat url(btn_right.gif);
}

#banner_control_right_top a.banner_right { 
	display:block; 
	width:60px;
	height:300px;
}

.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;
	text-decoration:none;
	font-size:16px;
	margin:0 auto;
	color:#666;
	background: no-repeat center url(../images/slider/btn_more1.gif);
}
.banner_content a:hover { color:#333; background: no-repeat center url(../images/slider/btn_more2.gif); }

/*.section1 {background:top center no-repeat url(../slider/slide_1.gif);}
.section2 {background:top center no-repeat url(../slider/slide_2.gif);}
.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);}*/
