#humac-glider div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 690px; 
	height: 2000px;
	overflow: hidden;
	border:1px solid #cccccc;
}

#humac-glider div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:690px;
	height:2000px;
	overflow:hidden;
	float:left;
	padding:1px;		
}

#humac-glider div.scroller div.content {
	width: 10000px;
}

#humac-glider div#section2 {
	background:#ffffff;
	color:#ffffff;
}
		
#humac-glider h3 
{
	margin-top: 0;
}



#spil-glider { border: 0px solid black; width: 690px; margin: auto; }
	/* modify width and height of scrolling section if necessary	*/
#spil-glider div.scroller { width: 615px; height: 250px; overflow: hidden; border:0px solid #cccccc; }
	
/* modify width and height of each section as needed (should match the size of the scroller window)	*/
#spil-glider div.scroller div.section { width:615px; height:250px; overflow:hidden; float:left; padding:5px;		}	
#spil-glider div.scroller div.content { width: 10000px;}
#spil-glider div.section img {width: 123px; float: left; margin:auto;}

