div.scroller { 	/* modify width and height of scrolling section if necessary	*/			width: 690px; 	height: 292px;	overflow: hidden;	margin: 0;	padding: 0;	text-align: center;	}	div.scroller div.section {		/* modify width and height of each section as needed (should match the size of the scroller window)	*/				width:689px;		height:292px;		overflow:hidden;		float:left;		margin: 0;		padding: 0;		text-align: center;	/*	padding:1em;		*/		}	div.scroller div.content {		width: 10000px;		}		div.scroller2 { 	/* modify width and height of scrolling section if necessary	*/			width: 670px; 	height: 370px;	overflow: hidden;	margin-left: 20px;	}	div.scroller2 div.section {		/* modify width and height of each section as needed (should match the size of the scroller window)	*/				width:690px;		height:370px;		overflow:hidden;		float:left;	/*	padding:1em;		*/		}	div.scroller2 div.content {		width: 10000px;		}		div#section2 {		background:#E6E6E6;		color:#ffffff;		}