#start { float:right; }

div.scroller { 
	width: 300px; 
	height: 300px;
	overflow: hidden;
	border:1px solid #cccccc;
	}
	div.scroller div.section {
		width:300px;
		height:300px;
		overflow:hidden;
		float:left;
		}
	div.scroller div.section p,li {
		margin: 10px;
	}
	div.scroller div.section h2 {
		margin: 5px;	
	}
	div.scroller div.content {
		width: 10000px;
		height:300px;
		}

	div#section2 {
		background:#666666;
		color:#ffffff;
		}
