div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 265px; 
	height: 330px;
	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: 265px;
		height:322px;
		overflow:hidden;
		float:left;
		padding:0px;
		font-family:Arial, Helvetica, sans-serif;
				
		}
	div.scroller div.content1 {
		width: 10000px;
		font-family:Arial, Helvetica, sans-serif;
		}

	div#section2 {
		color:#ffffff;
		font-family:Arial, Helvetica, sans-serif;
		}

	div#section1 {
		height:350px;
		font-family:Arial, Helvetica, sans-serif;
		}
	div#section3 {
		height:380px;
		font-family:Arial, Helvetica, sans-serif;
		}
		
	div#section4 {
		height:400px;
		font-family:Arial, Helvetica, sans-serif;
		}	


