.cfc-map{
	background:url(../images/map.png) no-repeat 50% 50%;
	width:935px;
	height:462px;
	margin: 0 auto;
	position: relative;
}
.cfc-map .items-list{
	/*position:absolute;
	top:0;
	left:51px;*/
	margin:0;
	padding:0;
	list-style:none;
}
.cfc-map .items-list li{
	background:#fff;
	border:2px solid #b0c8e8;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:27px;
	height:27px;
	position: absolute;
	cursor: pointer;
	list-style: none;
	/*float:left;
	margin:0 4px 4px 0;*/
}
.lightbox{
	position:absolute;
	border:2px solid #9fb5d2;
	background:rgba(102,158,224,.95);
	padding:21px 4px 23px 17px;
	width:412px;
	height:321px;
	left:50%;
	top:50%;
	margin:-161px 0 0 -200px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-size:13px;
	z-index:1;
	color: #fff;
}
.lightbox{background:#669ee0 \0/;}
:root .lightbox{background:rgba(102,158,224,.95) \0/IE9;}
.lightbox .text-holder{
	overflow:hidden;
	height:273px;
	padding:0 10px 0 0;
	position: relative;
}
.lightbox .scroller {
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 20px;
	top: 0;
}
.lightbox .close{
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/btn-close.png) no-repeat;
	width:13px;
	height:12px;
	position:absolute;
	top:6px;
	right:7px;
}
.lightbox .alignleft{
	float:left;
	margin:0 17px 20px 0;
}
.lightbox .alignright{
	float:right;
	margin:0 0 20px 17px;
}
.lightbox h1{
	font-size:15px;
	line-height:17px;
	font-weight:300;
	margin:0 0 18px;
}
#cfc-overlay {
	background:rgba(0,0,0,.6);
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

.omni-scrollV {
	width: 4px;
	height: 100%;
	overflow: visible !important;

	position: absolute;
	top: 0;
	right: 7px;

	background-color: #a3c1e6;
}

.omni-scrollV div {
	width: 14px;
	
	position:absolute;
	left: -5px;

	background-color: #fff;
}

.mouseCoords {
	font-size: 14px;
	position: absolute;
	bottom: 0;
	left: 0;
}
