div.glider_scroller 
{ 
	width: 170px; 
	height: 200px;
	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:170px;
	height:200px;
	overflow:hidden;
	float:left;
	
}
div.glider_scroller div.glider_content 
{
	height:10000px;
}
div.glider_section ul
{
	margin-top:20px;
}
div.glider_section strong
{
	color:#000;
	font-weight:bold;
}
div.glider_section a img
{
	padding-left:5px;
	padding-right:5px;
}


