#my-glider {
	width:666px;
}

div.scroller {
	/* modify width and height of scrolling section if necessary	*/		
	width: 400px;
	height: 267px;
	overflow: hidden;
	float: right;
	}
	div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:666px;
	height:267px;
	overflow:hidden;
	float:right;
	padding: 10px 60px;
		}
	div.scroller div.content {
		width: 10000px;
		}

div.controls {
	width:225px;
	padding-left: 30px;
	float: left;
	}
	

	
