div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 1021px; 
	height: 404px;
	overflow: hidden;
		}
	div.scroller div.section {
	width: 1021px; 
	height: 404px;
	overflow:hidden;
	float: left;
		}
	div.scroller div.content {
		width: 10000px;
		}

	div#section2 {
	background-image: url(/js/images/loading.gif);
		}

div.scroller2 { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 1021px; 
	height: 404px;
	overflow: hidden;
	border:1px solid #cccccc;
	}
	div.scroller2 div.section2 {
	width: 1021px; 
	height: 404px;
	overflow:hidden;
	float: left;
	margin: 5px;
		}
	div.scroller2 div.content2 {
		width: 10000px;
		}
