

#demo-bar {
	margin: 5px auto;
	padding: 5px 0;
	width: 600px;
	border-bottom: 1px solid #B3D4EF;
	background: #EFF8FF;
	text-align: center;
}
 
#middle_right {
	
	position: relative;
	height:308px;
	
}
 
#demo-inner {
	width: 1260px;
	height: 616px;
	position: relative;
}
 
.scrolling-content {
	width:630px;
	height:308px;
	text-align: center;
	position: absolute;
}
 
.scrolling-content h1 { 
	color: #fff;
	padding: 25px 0;
	font-size: 12px;
}
