

#demo-wrapper {
	margin: 0px auto;
	margin-top: 10px;
        overflow: hidden;

        height: 235px;

	width: 521px;
	border: 0px solid #ddd;
	position: relative;
        float:left;
}

#demo-inner {
	width: 521px;
        height: 2700px;
/*	background-image: url(mountains.jpg);                */
        background:#ffffff;
	position: relative;
}
 
.scrolling-content {
/*	background: transparent url(bubble.png) top left no-repeat;       */
	width: 510px;
	height: 73px;
	line-height: 17px;
        text-align: left;
	position: absolute;
}

.scrolling-content h1 {
	color: #fff;
	padding: 0px 0;
	font-size: 12px;
}

#content1 {
	left: 0px;
	top: 10px;
}

#content2 {
	left: 0px;
	top: 300px;
}

#content3 {
	left: 0px;
	top: 600px;
}

#content4 {
	left: 0px;
	top: 900px;
}

#content5 {
	left: 0px;
	top: 1200px;
}
#content6 {
	left: 0px;
	top: 1500px;
}
#content7 {
	left: 0px;
	top: 1800px;
}