#glider {
	width:500px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
}
div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 500px; 
	height: 185px;
	overflow: hidden;
/*	border:2px solid #e0ffdd;*/
	margin-top:10px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:500px;
		height:185px;
		overflow:hidden;
		float:left;
		padding:1em;		
		}
	div.scroller div.content {
		width: 10000px;
		padding:0px;
		}

/*	div#section2 {
		background:#666666;
		color:#ffffff;
		}*/
.controls {
	text-align:center;
	width:500px;
	padding:0px;
}

.controls h1 {
	margin:0px;
	padding:0px;
}

.controls a {
	color:#000;
	text-decoration:none;
}
