#demo-bar {
	margin:0px auto auto;
	width: 569px;
	background: #EFF8FF;
	text-align: center;
}
 
#demo-wrapper {
	overflow: hidden; 
	height: 149px; 
	width: 569px;
	position: relative;
	margin:0px auto auto;
}
 
#demo-inner {
	width: 2276px;
	height: 149px;
	position: relative;
	margin:0px auto auto;
}
 
.scrolling-content {
	width: 569px;
	height: 149px;
	text-align: center;
	position: absolute;
}
 
 
#content1 {
	left: -10px; 
	top: 0px;
}
 
#content2 {
	left: 569px; 
	top: 0px;
}
 
#content3 {
	left: 1148px; 
	top: 0px;
}
 
#content4 {
	left: 1727px; 
	top: 0px;
}
