#map-div {
	top:0;
	width: 960px;
	height: 775px;
	position:relative;
	margin:0 auto 30px auto;
	background-color:#666;
	background: #ffffff url(../images/map.jpg) left no-repeat;
	text-align:left;
}
#map-canvas {
	position: absolute;
	z-index: 2;
/*	top: 0;*/
	left: 0;
	width: 960px;
	height: 775px;
}

#map-div .grid_7 {
	top:80px;
	margin-left:0;
	height: 700px;
	position:relative;
	background: #fff;
	width: 306px;
	text-align:left;
	font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size:11px;
	z-index: 3;
}

#map-div .small-inner {
	padding:20px;
}

#map-div .small-inner p {
	font-size:11px;
	color:#999999;
	line-height:16px;
}

#map-div .small-inner a {
	color:#777777;
}
#map-div .small-inner .active {
	color:#77CAB9;
}

#show-map1{
	cursor: pointer;
	}	
#show-map2{
	cursor: pointer;
	
	}
#show-map3{
	cursor: pointer;
	}
#show-map4{
	cursor: pointer;
}
a.pushout1 {
	padding-left: 55px;
	margin-left: -55px;
	margin-top:15px;
	background: white url(../images/location_item_1.png) left no-repeat;
	display: block;
	line-height: 35px;
	height: 35px;
	margin-bottom: -30px;
}
a.pushout2 {
	padding-left: 55px;
	margin-left: -55px;
	margin-top:15px;
	background: white url(../images/location_item_2.png) left no-repeat;
	display: block;
	line-height: 35px;
	height: 35px;
	margin-bottom: -30px;
}
a.pushout3 {
	padding-left: 55px;
	margin-left: -55px;
	margin-top:15px;
	background: white url(../images/location_item_3.png) left no-repeat;
	display: block;
	line-height: 35px;
	height: 35px;
	margin-bottom: -30px;
}
a.pushout4 {
	padding-left: 55px;
	margin-left: -55px;
	margin-top:15px;
	background: white url(../images/location_item_4.png) left no-repeat;
	display: block;
	line-height: 35px;
	height: 35px;
	margin-bottom: -30px;
}
a.pushout5 {
	padding-left: 55px;
	margin-left: -55px;
	margin-top:15px;
	background: white url(../images/location_item_5.png) left no-repeat;
	display: block;
	line-height: 35px;
	height: 35px;
	margin-bottom: -30px;
}
a.pushout6 {
	padding-left: 55px;
	margin-left: -55px;
	margin-top:15px;
	background: white url(../images/location_item_6.png) left no-repeat;
	display: block;
	line-height: 35px;
	height: 35px;
	margin-bottom: -30px;
}
/* Presentation*/
.presentation{
	width: 960px;
	height:122px;
    margin: 30px auto 30px auto;
	overflow:hidden;
}

/* Logo */
#logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	width: 130px;
	height: 122px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
	margin-right:20px;
}

/* Phrase */
#phrase h1 {
	margin: 45px 0;
	text-align:left;
	font-size:22px;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-weight: normal;
	color:#999999;
	letter-spacing:0.02px;
}


/* Photo */
.photo {
	height: 400px;
}
.photo .images {    
	background: #3e3b35;
	height: 350px;
}

.photo .galleria-thumbnails-container {
    margin-top: 360px;
}

.photo .galleria-loader {
    margin-top: 210px;
}



