

#demo-bar {
	margin: 5px auto;
	padding: 5px 0;
	width: 820px;
	background: transparent;
	text-align: center;
}
 
#demo-wrapper {
	margin: 25px auto;
	overflow: hidden;
	height: 650px;
	width: 820px;
	border: 0px solid #ddd;
	position: relative;
}
 
#demo-inner {
	width: 4800px;
	height: 650px;
	position: relative;
}
 
.scrolling-content {
	background: transparent no-repeat top left;
	width: 820px;
	height: 650px;
	text-align: center;
	position: absolute;
} 

.scrolling-content a:link, a:visited, a:hover {
	color: Gray;
	background: White;
	text-decoration: none;
}

 
.scrolling-content h1 { 
	color: #fff;
	padding: 0px 0;
	font-size: 12px;
}
 
#content1xxx {
	left: 250px; 
	top: 100px;
}

#content1xxxx {
	margin: 5px auto 10%;
	overflow: hidden;
	height: 400px;
	width: 600px;
	border: 1px solid #ddd;
	position: inherit;
}
#content1 {
	left: 0px;
	top: 0;
	height: 650px;
	width: 820px;
}
 
#content2 {
	left: 820px; 
	top: 0px;
	width: 820px;
}
 
#content3 {
	left: 1640px; 
	top: 0px;
	width: 820px;
}
 
#content4 {
	left: 2460px; 
	top: 0px;
	width: 820px;
}
 
#content5 {
	left: 3280px; 
	top: 0px;
	width: 820px;
}
 
#content6 {
	left: 4100px; 
	top: 0px;
	width: 820px;
}


