#my-glider {
	width: 840px; 
	height: 66px;
}

div.pre {
	width:20px;
	float:left;
}

div.nex {
	width:10px;
	float:right;
}
	

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 800px; 
	height: 66px;
	overflow: hidden;
	margin:0px auto;
	float:left;
	
}

div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:800px;
	height:66px;
	overflow:hidden;
	float:left;
	text-align:center;		
}

div.scroller div.section img {
	margin:4px 5px 0px 5px;	
}
	
div.scroller div.content {
	width: 1600px;
}
