#demo-wrapper {
	margin: auto;
	overflow: hidden; 
	height: 384px; 
	width: 891px;
	position: relative;
	background:#fff;
}
 
#demo-inner {
	width: 10000px;
	height: 1704px;
	position: relative;
	z-index:3;
}
 
.scrolling-content {
	width: 891px;
	height: 384px;
	text-align: center;
	position: absolute;
	background:#fff;

}
 
.scrolling-content h1 { 
	color: #fff;
	font-size: 24px;
}

#content1 {
	left:0px;
	top: 0px;
	background: url(../img/frame_1.jpg);
}
 
#content2 {
	left: 891px; 
	top: 0px;
	background: url(../img/frame_2.jpg);
}

#content3 {
	left: 1782px; 
	top: 0px;
	background: url(../img/frame_3.jpg);
}
 
#content4 {
	left: 2673px; 
	top: 0px;
	background: url(../img/frame_4.jpg);
}

#content5 {
	left: 3564px; 
	top: 0px;
	background: url(../img/frame_5.jpg);
}

#content5Center{	
	width:820px; height:auto; padding-top:90px; margin:auto;
}
