body {
	margin:0;
	padding:0;
}
div.clusterWrapper {
	position: relative;
	float: left;
	width: 860px;
	height: 560px;
	background: url('../images/cluster/bg-cluster.png') no-repeat left top;
}
div.clusterWrapper div.labelToolbar {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 768px;
	height: 31px;
	background: url('../images/cluster/bg-barratopo.png') no-repeat center center;
}
div.clusterWrapper div.labelToolbar ul {
	margin: 4px 0 0 39px;
	padding: 0;
	list-style: none;
}
div.clusterWrapper div.labelToolbar ul li {
	float: left;
	margin-right: 9px;
	height: 23px;
	background-repeat: no-repeat;
	background-position: left center;
}
div.clusterWrapper div.labelToolbar ul li:hover {
	opacity:.60;
	filter: alpha(opacity=60);
	-moz-opacity: 60;
}
div.clusterWrapper div.labelToolbar ul li > a {
	display: block;
	width: 100%;
	height: 23px;
}
div.clusterWrapper div.labelToolbar ul li.btServiceCentres {
	width: 100px;
	background-image: url('../images/cluster/btn-servicecentres.png');
}
div.clusterWrapper div.labelToolbar ul li.btProjects {
	width: 82px;
	background-image: url('../images/cluster/btn-projects.png');
}
div.clusterWrapper div.labelToolbar ul li.btInstitutions {
	width: 71px;
	background-image: url('../images/cluster/btn-institutions.png');
}
div.clusterWrapper div.labelToolbar ul li.btLink {
	color: blue;
	width: 28px;
	background-image: url('../images/cluster/icon-link.png');
}
div.clusterWrapper div.labelToolbar ul li.btLink > span {
	display: block;
	margin-left: 30px;
	margin-top: 3px;
	font-family: Verdana, Helvetica, Arial;
	font-style: italic;
	font-size: 12px;
}
div.clusterWrapper div.labelToolbar ul li.btBack {
	display: none;
	float: right;
	margin-right: 9px;
	width: 57px;
	background-image: url('../images/cluster/btn-back.png');
}
div.clusterWrapper div.placeWrapper {
	float: left;
	width: 860px;
	height: 560px;
}