div.glider_scroller 
{ 
	width: 180px; 
	height: 270px;
	overflow: hidden;
	
	
}
div.glider_scroller div.glider_section 
{
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:180px;
	height: 270px;
	overflow:hidden;
	float:left;
}
div.glider_scroller div.glider_content 
{
	height:10000px;
}



