

/* The slide-y content box thingy */


#scroller { /* change width for the amount of hiding*/
	position:relative;
	width: 850px;
	display:block;
	overflow: hidden;
	}

#content {
	width: 10000px;
	
	}
	
.section {
	width: 850px;
	float: left;
	}
	
