#map-view-container {
position: relative;
float:left;
}

#map-view-container img.map {
position: relative;
z-index: 100;
border:0;
}
#map-view-container img.region {
display: none;
left: 0px;
position: absolute;
top: 0px;
z-index: 20;
}
#map-view-container img.regionBg {
left: 0px;

position: absolute;
top: 0px;
z-index: 19;
}
#tooltip{
	position:absolute;
	border:1px solid #DCDCDC;
	background: url('../../img/toolbg.png') repeat-x;
	padding:10px 10px;
	display:none;
	z-index:200;
	white-space: nowrap;
}

.clear{
clear:both;
}
