.border-radius (@radius: 5px) {
	border-radius: @radius;
  	-webkit-border-radius: @radius;
  	-moz-border-radius: @radius;
}
#map {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: center;
	top: 0;	left: 0;
	.map {
		width: 1000px;
		height: 600px;
		border:0px solid black;
		top:60px;
	}
	.hidden{
		display:none;
	}

	.textbox {
		font: bold 24px "Futura";
		color: blue;
		height:60px;
	}
	img {
		padding:0px;
	}
}
	.dot {
		width: 20px;
		height: 20px;
		opacity: 0.5;
		background-color: red;
		position: absolute;
		top:0px;
		left:0px;
		display:none;
	}
	body{text-align:center;}
#preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 100000;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	
	.spinner {
		display: none;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -25px 0 0 -25px;
		width: 50px;
		height: 50px;
		background: rgba(0,0,0, 0.9) url(../images/loading.gif) no-repeat center center;
		.border-radius(40px);
	}
}