/* -- Main Map ---------------------------- */
#mainMapHolder{
	position: absolute;
	top: 220px;
	left: 535px;
	}
#mainMap{
	position: relative;
	font-size: 12px;
	}
#mainMap a{
	position: absolute;
	cursor: pointer;
	font-size: 12px;
	padding-left: 3px;
	color: #ffffff;
	text-decoration: none;
	}
#mainMap a:hover{
	color: #666666;
	}
#mainMap p{
	margin: -2px 0px 0px -2px; 
	padding: 2px; 
	font-weight: bold;
	font-size: 14px;
	}
#mainMap a.shop{
	top: 83px; left: 85px;
	width: 192px; height: 26px;
	background: #f3a01e;
	}
#shopDesc{
	position: absolute;
	top: 120px; left: 87px;
	height: 96px; width: 214px;
	border: 2px solid #f3a01e;
	background: #ffffff;
	padding: 2px;
	display: none;
	}	
#shopDesc p{
	background: #f3a01e; 
	color: #ffffff; 
	width: 214px;
	}
#mainMap a.well{
	top: 165px; left: 31px;
	width: 65px; height: 60px;
	text-align: center;
	line-height: 12px;
	background: #31c4ef;
	}
#wellDesc{
	position: absolute;
	top: 148px; left: 118px;
	height: 88px; width: 200px;
	border: 2px solid #31c4ef;
	background: #ffffff;
	padding: 2px;
	display: none;
	}	
#wellDesc p{
	background: #31c4ef; 
	color: #ffffff; 
	width: 200px;
	}
#mainMap a.cafe{
	top: 22px; left: 324px;
	width: 96px; height: 30px;
	font-size: 11px;
	background: #8b4c9d;
	}
#mainMap a.cafe:hover{
	color: #cccccc;
	}
#cafeDesc{
	position: absolute;
	top: 58px; left: 325px;
	height: 130px; width: 108px;
	border: 2px solid #8b4c9d;
	background: #ffffff;
	padding: 2px;
	display: none;
	}	
#cafeDesc p{
	background: #8b4c9d; 
	color: #ffffff; 
	width: 108px;
	}	
#mainMap a.courtyard{
	top: 166px; left: 194px;
	width: 112px; height: 39px;
	font-size: 11px;
	background: #fdf200;
	color: #000000;
	}
#mainMap a.courtyard:hover{
	color: #666666;
	}
#courtyardDesc{
	position: absolute;
	top: 215px; left: 199px;
	height: 100px; width: 170px;
	border: 2px solid #fdf200;
	background: #ffffff;
	padding: 2px;
	display: none;
	}
#courtyardDesc p{
	background: #fdf200; 
	color: #000000; 
	width: 170px;
	}		
#mainMap a.cinema{
	top: 382px; left: 62px;
	width: 105px; height: 30px;
	background: #19aa4b;
	color: #ffffff;
	}
#mainMap a.cinema:hover{
	color: #cccccc;
	}
#cinemaDesc{
	position: absolute;
	top: 238px; left: 63px;
	height: 131px; width: 124px;
	border: 2px solid #19aa4b;
	background: #ffffff;
	padding: 2px;
	display: none;
	}
#cinemaDesc p{
	background: #19aa4b; 
	color: #ffffff; 
	width: 124px;
	}	
#mainMap a.gallery{
	top: 348px; left: 198px;
	width: 166px; height: 30px;
	background: #e9194a;
	color: #ffffff;
	}
#mainMap a.gallery:hover{
	color: #cccccc;
	}
#galleryDesc{
	position: absolute;
	top: 264px; left: 201px;
	height: 73px; width: 228px;
	border: 2px solid #e9194a;
	background: #ffffff;
	padding: 2px;
	display: none;
	}
#galleryDesc p{
	background: #e9194a; 
	color: #ffffff; 
	width: 228px;
	}
/* ---------------------------------------- */