body{
	margin:0px;
	padding:0px;
	overflow:hidden;
	background-color:#ddd;
	overflow:hidden;

}

.linkBox{
	width:100%;
	height:100%;	
	cursor:pointer;
	display:block;
}

a{
	color:#7d7b7b;
	text-decoration:none;
}

a:hoover{
	color:#7d7b7b;
	text-decoration:none;
}
.outerDiv{
	width:990px;
	height:670px;	
	background-color:green;
}




.outerHeaderDiv{
	height:150px;	
	background-color: #d2d2d2;
}

.outerHeaderTopDiv{
	height:40px;
	width:100%;
	background-color: #e3e3e3;
}


body,ul,li {
	padding:0;
	margin:0;
}

body {
	font-size:12px;
	margin-top:20px;
	-webkit-user-select:none;
    -webkit-text-size-adjust:none;
/*	-webkit-box-sizing:border-box;*/
	font-family:helvetica;
/*	padding-bottom:45px;	/*	This prevents the scroller to lock if the user swipes down outside of the screen.
							 	NOT needed if in home screen mode. */
}

#outerHeaderDiv {
	width:100%;
	height:150px;
	padding:0;
	color:#eee;
	font-size:20px;
	text-align:center;
}


.mainArrow{
	position:absolute;
	top:52px;
	left:35px;
}

.overviewButtonNavigation{
	width:200px;
	display:none;
	position:absolute;
	z-index:10000;
	top:60px;
	left:10px;
	background-color:white;
	-moz-box-shadow: 5px 5px 5px #b9b8b9;
	-webkit-box-shadow: 5px 5px 5px #b9b8b9;
	box-shadow: 5px 5px 5px #b9b8b9;
	border-bottom:8px solid #189a59;
}

.navigationBox{
	margin:0px 15px 0px 15px;
}

.navigationText{
	padding:15px 0px 15px 0px;
	font-size:11pt;
	color:#9e9c9c;
	border-bottom:1px solid #c5c6c7;
}

.navigationTextEnd{
	padding:15px 0px 15px 0px;
	font-size:11pt;
	color:#9e9c9c;


}
.loader{
	width:100%;
	height:100%;
	background-color:white;
	position:absolute;
	z-index:200;
	display:none;
}

#mainTown{
	display:none;
}

.dataCache{
	display:none;
}

.prevImage{
	height:25px;
	float:right;
	margin-right:30px;
}
