#banner_glider {

	width:975px;

	height:215px;

	position:relative;

}



#banner_glider div.scroller { 

	/* modify width and height of scrolling section if necessary	*/		

	width:975px;

	height:215px;

	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:975px;

	height:215px;

	overflow:hidden;

	float:left;

	padding:0px 0px 0px 0px;

	margin:0 0px 0 0px;

}


#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:215px;

}



#banner_control_right_top {

	margin:15px 0 0 0;

	width:30px;

	height:215px;

	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:215px;

}



.banner_content {

	font-size:17px;

	font-family:Arial, Helvetica, sans-serif;

	color:white;
	text-align:right;

	margin:50px 0 0 40px;

}


