#demo-bar {
	margin: 5px auto;
	padding: 5px 0;
	width: 690px;
	border-bottom: 1px solid #B3D4EF;
	background: none;
	text-align: center;
}

#demo-bar a { font-size: 10px }
 
#demo-wrapper {
	margin: 5px auto;
	overflow: hidden; 
	height: 410px; 
	width: 690px;
	/*border: 1px solid #ddd;*/
	position: relative;
}

 
#demo-inner {
	width: 2500px;
	height: 410px;
	background: none;
	position: relative;
	display: block;
}
 
.scrolling-content {
	background: none;
	width: 150px;
	height: 269px;
	text-align: left;
	position: absolute;
}
 
.scrolling-content h1 { 
	color: #fff;
	padding: 25px 0;
	font-size: 12px;
}
 
#content1 {
	left: 50px; 
	top: -40px;

}
 
#content2 {
	left: 270px; 
	top: -40px;
}
 
#content3 {
	left: 490px; 
	top: -40px;
}
 
#content4 {

	left: 750px; 
	top: -40px;
}

#content5 {
	
	left: 950px; 
	top: -40px;
}

#content6 {
	
	left: 1150px; 
	top: -40px;
}				  