h1 {
text-align:center;

font-size:88px;
font-weight:normal;
color:#606060;
}

.mapbox {
	
	margin-bottom: 40px;
	border:0px white solid;
	height:360px;
	background:url(/img/map_bg.png) repeat-x center;
	border: 0px solid black;
}

.demo1 {
top:10px;

width:590px;
height:350px;
margin: 0 auto;
}



.preloader {
background:url(/img/map/images/loader.gif) no-repeat center #fff;
}

.marker {
display:block;
text-indent:-9999px;
width:15px;
height:23px;
outline:none;
background:url(/img/map/images/marker.png) no-repeat;
cursor:pointer;
}

.popup {
width:380px;
position:absolute;
padding:8px;
background:#2a2a2a;
color:#fff;
font-weight:bold;
font-size:16px;
line-height:20px;
}

.popup a{
color:white;
}

.popup h3 {
margin:0;
margin-bottom:10px;
font-weight:normal;
font-size:20px;
}

.popup .close {
display:block;
text-indent:-9999px;
position:absolute;
top:4px;
right:4px;
width:16px;
height:16px;
outline:none;
background:url(/img/map/images/close.gif) no-repeat;
cursor:pointer;
}

.controls {
position:relative;
padding-top:10px;
z-index:20;
float: right;
}

.controls a {
margin-left:2px;
display:inline;
float:left;
font-size:14px;
font-weight:bold;
line-height:28px;
margin-bottom:4px;
outline:none;
padding:0 15px;
text-decoration:none;
color:white;

margin:1px;
border:1px solid #fbc90b;
border-bottom-right-radius:5px;
border-bottom-left-radius:5px; 
}

.controls a:hover {
background:#f5a605;
color:#ffffff;
border-bottom-right-radius:5px;
border-bottom-left-radius:5px; 
}

.controls .active {
margin:0px;
background:#f5a605;
color:#ffffff;
border:2px solid #fbc90b;
border-bottom-right-radius:5px;
border-bottom-left-radius:5px; 
}