#my-glider {
	width: 550px;
}
.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 260px;
	height: 420px;
	overflow: hidden;
	float: left;
	margin-top: 40px;
}
.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width: 260px;
	height: 420px;
}
.controls {
	width: 277px;
	float: right;
}

