div.scroller
	{
	width: 547px; 
	height: 580px;
	overflow: hidden;
	border:1px solid #cccccc;
	}
div.scroller div.section
	{
	width:547px;
	height:580px;
	overflow:hidden;
	float:left;
	padding:1em;		
	}
div.scroller div.content
	{
	width: 10000px;
	}