
/* The slide-y content box thingy */

#frame, #scroller, .section { height: 40em; }

#frame {
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 730px;
	position: relative;
	}

#scroller {
	width: 730px;
	margin: 0;
	padding: 0;	
	overflow: hidden;
	}

#content {
	width: 20000px;
	}
	
.section {
	width: 730px;
	margin: 0;
	float: left;
	}
	


	

	

