div.scroller {
	/* modify width and height of scrolling section if necessary	*/		
	width: 500px;
	height: 420px;
	overflow: hidden;
	border:1px solid #F5EDEA;
	background-color:#F5EDEA;
	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:500px;
		height:420px;
		overflow:hidden;
		float:left;
		padding:1em;
		text-align:center;
		margin-top:25px;	
		}
		
	div.scroller div.content {
		width: 380px;
		margin-top:25px;
		}

div.scroller div.section img{
	border:5px solid #4A5C66;
	margin-top: 50px;
}

#thenav{margin-top:20px;}

