div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 980px; 
	height: 441px;
	overflow: hidden;
	}
	
div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:980px;
		height:441px;
		overflow:hidden;
		float:left;
		/*padding:1em;*/
}

/*div.scroller div.section img {
	border: 3px solid white;
}*/

div.scroller div.content {
		width: 10000px;
		}

div#section10 {
		}

div#section11 {
	margin-top: 442px;
}

div#section12 {
	margin-top: 442px;
	margin-left: -1960px;
}

div#section13 {
	margin-left: -980px;
}

div#section14 {
	margin-top: 442px;
	margin-left: -980px;
}

div#section15 {
	margin-top: 884px;
	margin-left: -980px;
}

.border {
	border: 3px solid white;
}
