#demo-bar, #demo-bar a {
	margin: 5px auto;
	padding: 5px 0;
	width: 600px;
	text-align: center;
	color:#000;
}
 
#demo-wrapper {
	margin: 5px auto;
	overflow: hidden; 
	height: 400px; 
	width: 600px;
	border: 1px solid #ddd;
	position: relative;
	z-index:0;
}
 
#demo-inner {
	width: 1698px;
	height: 1131px;
	background-image: url(Images/litstreet.jpg);
	position: relative;
	z-index:0;
}
 
.scrolling-content {
	background: transparent url(bubble.png) top left no-repeat;
	width: 139px;
	height: 73px;
	text-align: center;
	position: absolute;
}
 
.scrolling-content h1 { 
	color: #fff;
	padding: 25px 0;
	font-size: 12px;
}
 
#content1 {
	left: 300px;
	top: 211px;
}
 
#content2 {
	left: 900px;
	top: 200px;
}
 
#content3 {
	left: 1200px; 
	top: 550px;
}
 
#content4 {
	left: 200px; 
	top: 800px;
}
