
 
#main {
overflow:hidden;
	position: relative;
	}
 
#demo-inner {
	width: 1283px;
 height:292px;
	position: relative;
	
}
 
.scrolling-content {
width:594px;
 height:292px;
	position: absolute;
}
 

 
#content1 {
	left: 0; 
	top: 0;
}
 
#content2 {
	left: 0; 
	top: 292px;
}
 

