

/* The slide-y content box thingy */



#scroller { /* change width for the amount of hiding*/
	position:relative;
	width: 420px;
	display:block;
	overflow: hidden;
	}

#scrollcontent {
	width: 10000px;
	
	}
	
.section {
	width: 420px;
	height: 400px;
	float: left;
	}
	
