#index_banner {
	width: 406px;
}
#index_banner .scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 406px;
	height: 162px;
	overflow: hidden;
}
#index_banner .scroller .section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width: 406px;
	height: 265px;
	overflow: hidden;
	float:left;
}
#index_banner .scroller .content {
	width: 10000px;
}
#index_banner .scroller .section_left {
	float: left;
	width: 340px;
}
#index_banner .scroller .section_right {
	float: right;
	width: 56px;
}
#index_banner .scroller .description {
	clear: both;
	padding: 6px 0 0 0;
}
