#demo-bar {
	margin: 0 auto;
	width: 236px;
	text-align: center;
	position: absolute;
	top: 480px;
	left: 0;
	z-index: 11;
}

#demo-bar a {
	color: #000;
	text-decoration: none;
	line-height: 22px;
}

#demo-bar a:hover {
	text-decoration: underline;
}

#demo-bar-bg {
	width: 236px;
	height: 25px;
	background-color: #fff;
	position: absolute;
	top: 480px;
	left: 0;
	z-index: 10;
	opacity: 0.70;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
}

#demo-wrapper {
	margin: 0 auto;
	overflow: hidden; 
	height: 150px; 
	width: 236px;
	border: none;
	position: relative;
}

#demo-inner {
	width: 1634px;
	height: 982px;
	background-image: url(../../images/wereldkaart.jpg);
	position: relative;
}

.scrolling-content {
	background: transparent url(../../images/bubble.png) top left no-repeat;
	width: 130px;
	height: 40px;
	text-align: center;
	position: absolute;
}

.scrolling-content h1 { 
	color: #fff;
	padding: 10px 0;
	font-size: 12px;
}

#c-europa {
	left: 750px; 
	top: 300px;
}

#c-afrika {
	left: 770px; 
	top: 470px;
}

#c-noord-amerika {
	left: 265px; 
	top: 310px;
}

#c-zuid-amerika {
	left: 460px; 
	top: 610px;
}
