#demo-bar {
	margin: 0px auto;
	padding: 0px 0;
	width: 948px;
	border-bottom: 0px solid #B3D4EF;
	background: #EFF8FF;
	text-align: center;
}

#demo-wrapper {
	margin: 0px auto;
	overflow: hidden;
	height: 730px;
	width: 948px;
	border: 0px solid #ddd;
	position: relative;
}

#demo-inner {
	width: 2270px;
	height: 704px;
	background-color: #F3EEE8;
	position: relative;
}

.scrolling-content {
	background: transparent url(bubble.png) top left no-repeat;
	width: 0px;
	height: 150px;
	text-align: center;
	position: absolute;
	visibility: visible;
	top: 1000px;
	left: 0px;
}

.scrolling-content h1 { 
	color: #fff;
	font-size: 12px;
}

#content1 {
	left: 0px;
	top: 0px;
}

#content2 {
	left: 0px; 
	top: 800px;
}

#content3 {
	left: 0px; 
	top: 1600px;
}

#content4 {
	left: 0px; 
	top: 2400px;
}
#content5 {
	left: 0px; 
	top: 3200px;
}
