div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	/*width: 635px;*/
		width:100%;
	/*height: 190px;*/
		height:220px;
		overflow: hidden;
	}
div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		/*width:635px;*/
		height:200px;
		width:100%;
		margin-top:20px;
		overflow:hidden;
		float:left;
		padding-top:40px;
		padding-left:30px;
		padding-right:1em;
		padding-bottom:1em;
		/*border:solid 1px #888888;*/
	
		}
div.content {
		/*width: 10000px;*/
		/*width:2000px;*/
			width:100%;
		/*height: 190px;*/
			height:220px;
			padding-top:0;
		}

	div#section2 {
		background:#666666;
		color:#ffffff;
		}
