#demo-wrapper {
	margin: -25px auto 0px auto;
	overflow: hidden; 
	height: 400px; 
	width: 800px;
	position: relative;
	border-top:1px solid #fafafa;
	border-left:1px solid #fafafa;
	border-right:1px solid #608060;
	border-bottom:1px solid #608060;
}
 
#demo-inner {
	width: 5000px;
	height: 410px;
	background-image: url(../../Images/fx/MV-Productions_webdesign2.jpg);
	position: relative;
}
 
.scrolling-content {
	width: 600px;
	height: 300px;
	position: absolute;
}
 
#content1 {
	left: 100px; 
	top: 50px;
}
 
#content2 {
	left: 900px; 
	top: 50px;
}
 
#content3 {
	left: 1700px; 
	top: 50px;
}
 
#content4 {
	left: 2500px; 
	top: 50px;
}

#content5 {
	left: 3300px; 
	top: 50px;
}

#content6 {
	left: 4100px; 
	top: 50px;
}

