.scale{
	position:absolute;
	z-index:30;
	bottom:0px;
	left:0px;
	width:100%;
	height:40px;
	background:#e8eef2;
}
.scale--scale{
	bottom:40px;
	height:50px;
}
.scale_controls{
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	height:40px;
	border:2px solid #0989d2;
	z-index:9999;
}
.scale_controls__control{
	position:absolute;
	width:16px;
	height:40px;
	top:0px;
	z-index:10000;
}
.scale_controls__control.scale_controls__control--left{
	left:0px;
	background:url(../images/navi_left.jpg) 0 0 no-repeat;
}
.scale_controls__control.scale_controls__control--right{
	right:0px;
	background:url(../images/navi_right.jpg) 0 0 no-repeat;
}
.scale_controls__control.scale_controls__control--center{
	width:auto;
	left:16px;
	right:16px;
}
.scale_controls__shadow{
	position:absolute;
	top:-2px;
	height:40px;
	background:#a7b8c3;
	width:9999px;
	opacity:0.6;
}
.scale_controls__shadow.scale_controls__shadow--left{
	left:-9999px;
}
.scale_controls__shadow.scale_controls__shadow--right{
	right:-9999px;
}

.scale_labels__cell{
	position:absolute;
	z-index:600;
	width:40px;
	text-align:center;
}
.scale_labels__cell.scale_labels__cell--big{
	top:0px;
	padding:25px 0 0 0;
	background:url(../images/scale_big_cell.png) 50% 0 no-repeat transparent;
	font-size:11px;
	color:#373c4c;
}
.scale_labels__cell.scale_labels__cell--medium{
	top:0px;
	padding:16px 0 0 0;
	background:url(../images/navi_big_cell.png) 50% 0 no-repeat transparent;
	font-size:11px;
	color:#373c4c;
}
.scale_labels__cell.scale_labels__cell--small{
	top:0px;
	padding:15px 0 0 0;
	background:url(../images/scale_small_cell.png) 50% 0 no-repeat transparent;
	font-size:10px;
	color:#b3b8c0;
}
.scale_labels__label{
	position:relative;
	white-space:nowrap;
}

.scale_labels__advance_cell{
	position:absolute;
	top:0px;
	left:50%;
	z-index:600;
	height:10px;
}

.scale_events{
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
}
.scale_events__event{
	display:none;
	position:absolute;
	width:4px;
	height:8px;
	bottom:0px;
	background:#ff7d55;
	opacity:0.75;
}
.scale_events__event.active{
	display:block;
}