
/*------HOW IT WORKS GLIDER
-----------------------------------*/
div#my-glider {
	float: left;
	border: 1px solid #CCCCCC;
}
div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 200px; 
	height: 230px;
	overflow: hidden;
	float: left;
	border: 1px solid #e8e8e8;
}
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width: 200px;
	height: 230px;
	overflow: hidden;
	float: left;
	padding: 1px;
	background: #FFFFFF;		
}
div.section-container {
	width: 192;
	height: 200px;
	padding: 8px;
	float: left;
}
div.scroller div.content {
	width: 10000px;
}
