@charset "UTF-8";
/* CSS Document */
	#demo-bar {
	width: 206px;
	top: 245px;
	position: absolute;
	left: 7px;
	height: 134px;
	text-align: center;
	}

	#demo-wrapper {
	overflow: hidden;
	height: 600px;
	width: 1200px;
	position: relative;
	top: 0px;
	left: 230px;
	}
	
	#demo-inner {
	height: 9000px;
	position: relative;
	width: 1200px;
	}
	
	.scrolling-content {
	width: 700px;
	height: 0px;
	position: absolute;
	}
	
	#content1 {
	left: 0px;
	top: 0px;
	}
	
	#content2 {
	top: 800px;
	left: 0px;
	}
	
	#content3 {
	top: 1600px;
	left: 0px;
	}
	
	#content4 {
	left: 0px;
	top: 2400px;
	}

	#content5 {
	left: 0px;
	top: 3200px;
	}
	
	#content6 {
	left: 0px;
	top: 4000px;
	}
	
	#content7 {
	left: 0px;
	top: 4800px;
	}
