/* INITIAL */
.location {
	display: none;
}

/* CONTAINER */
.ncl-map-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	max-width: 100% !important;
	max-height: 100% !important;
}
.ncl-container {
	position: absolute;
	left: 0;
	top: 0;
}

/* FULLSCREEN */
.ncl-fullscreen {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 30px;
	height: 30px;
	background: url('../images/map-images/ui_sprite.png') -108px 0;
	cursor: pointer;
}
.ncl-fullscreen-wrap {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
/*	background: #4d7e9b;*/
/*	background: #f6f6f8;*/
	background: #f9f9f9;
}

/* LOCATIONS */
.ncl-location {
	position: absolute;
	width: 1px;
	height: 1px;
}
.ncl-location.ncl-selected-location {
	z-index: 9999;
}
.ncl-location-pin {
	position: absolute;
	left: -14px;
	top: -38px;
	width: 27px;
	height: 40px;
/*	width: 18px;
	height: 18px;*/
	background: url('../images/map-images/ui_sprite.png') -81px 0;
	cursor: pointer;
/*	z-index: 999;*/
}
.ncl-location-contents {
/*	display: none;*/
	position: absolute;
	width: 235px;
	padding: 10px;
	left: -116px;
	background: rgba(0,0,0,0.7);
	border-radius: 3px;
	border: 1px solid rgba(255,255,255,0.21);
	font: 12px/18px 'osans', 'lucida grande', helvetica, tahoma, sans-serif;
	color: white;
}
.ncl-location-contents:after {
	position: absolute;
	display: block;
	content: "";
	left: 50%;
	margin-left: -160px;
	bottom: -73px;
	width: 320px;
	height: 42px;
	background: url('../images/map-images/shadow.png');
	z-index: 0;
}
.ncl-location-contents h1 {
	color: white;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}
.ncl-location-contents h2 {
	color: white;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}
.ncl-location-contents p {
	margin: 10px 0;
	padding: 0 0 0 40px;
	position: relative;
}
.ncl-location-contents .address, .pin-contents .phone {
	margin: 20px 0;
}
.ncl-location-contents p.address:before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
/*	top: 20%;
	margin-top: -15px;*/
	top:2px;
	width: 31px;
	height: 30px;
	background: url('../images/map-images/ui_sprite.png') -138px -30px;
}
.ncl-location-contents p.phone:before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	top: 50%;
	margin-top: -15px;
	width: 28px;
	height: 30px;
	background: url('../images/map-images/ui_sprite.png') -138px 0;
}
.ncl-location-contents p.content {
	padding: 0;
}
.ncl-location-close {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 9px;
	height: 9px;
	background: url('../images/map-images/ui_sprite.png') -80px -40px;
	cursor: pointer;
}

/* NAVIGATION UI */
.ncl-nav-move {
	position: absolute;
	right: 15px;
	bottom: 15px;
	width: 59px;
	height: 59px;
	background: url('../images/map-images/ui_sprite.png') 0 0;
	z-index: 99;
}
.ncl-move-left, .ncl-move-right, .ncl-move-up, .ncl-move-down {
	position: absolute;
	width: 19px;
	height: 19px;
	cursor: pointer;
}
.ncl-move-left {
	left: 0;
	top: 19px;
}
.ncl-move-right {
	right: 0;
	top: 19px;
}
.ncl-move-up {
	top: 0;
	left: 19px;
}
.ncl-move-down {
	bottom: 0;
	left: 19px;
}
.ncl-slider-wrap {
	position: absolute;
	right: 34px;
	bottom: 91px;
	height: 190px;
	width: 19px;
}
.ncl-slider-wrap.ncl-single {
	bottom: 15px;
	right: 15px;
}
.ncl-slider {
	position: absolute;
	left: 0;
	top: 25px;
	height: 140px;
	width: 19px;
}
.ncl-slider-slidebar {
	position: absolute;
	left: 5px;
	top: 0px;
	width: 9px;
	height: 140px;
	background: url('../images/map-images/slider-bg.png') repeat-y;
	cursor: pointer;
	z-index: 0;
}
.ncl-slider-draggable {
	position: absolute;
	left: -1px;
	top: 100%;
	width: 21px;
	height: 10px;
	margin-top: -5px;
	background: url('../images/map-images/ui_sprite.png') -59px -42px;
	z-index: 1;
	cursor: pointer;
}
.ncl-slider-zoomin {
	position: absolute;
	left: -1px;
	top: -1px;
	width: 21px;
	height: 21px;
	background: url('../images/map-images/ui_sprite.png') -59px -21px;
	cursor: pointer;
}
.ncl-slider-zoomout {
	position: absolute;
	left: -1px;
	bottom: -1px;
	width: 21px;
	height: 21px;
	background: url('../images/map-images/ui_sprite.png') -59px 0;
	cursor: pointer;
}

/* MENU */
.ncl-menu-wrap {
	position: absolute;
	left: 15px;
	top: 15px;
	z-index: 999;
}
.ncl-menu-wrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ncl-menu-wrap ul li {
	position: relative;
	padding: 0 10px;
	background: rgba(0,0,0,0.7);
	font: 12px/28px 'osans', 'lucida grande', helvetica, tahoma, sans-serif;
	color: #fff;
	border-radius: 3px;
	margin-bottom: 3px;
	cursor: pointer;
}
.ncl-menu-wrap ul li:before {
	position: absolute;
	display: block;
	content: "";
	left: -1px;
	top: -1px;
	border: 1px solid rgba(255,255,255,0.21);
	width: 100%;
	height: 100%;
	border-radius: 4px;
}