div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	/*left: 92px;
	top: 159px;
	*/
	width: 640px; 
	height: 167px;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
   	padding: 0px 0px 0px 0px;
	position: absolute;
	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)	*/		
		margin: 43px 0px 0px 0px;
		width: 173px;
		height: 112px;
		border: 1px solid #CC0000;
		overflow:hidden;
		
		float:left;
/*		padding:1em;		*/
		}
	div.scroller div.content {
		width: 3000px;
		height: 167px;
		position: relative;
		left: -125px;	
		}

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