#glider {
	width:308px;
	float:left;
	margin-bottom:0px;}

.scroller { 
	/* modify width and height of scrolling section if necessary */		
	width: 308px;
	overflow: hidden;}
	
.scroller .content {
	width: 10000px;}
		
.scroller .section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:308px;
	float:left;	
	padding-top: 0px;
	overflow: hidden;}
	
.section_content {}
