		/* CSS Document */


div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 919px; 
	height: 352px;
	overflow: hidden;
	border:1px solid #cccccc;
	
	}
	
	

		div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:920px;
	height:352px;
	overflow:hidden;
	padding:0;
	margin:0 0 30px 0;		
	}
div.scroller div.content {
	height:10000px;
	margin:0;
	padding:0;
	}
	
	
		
		

