

.preloader {
background:url(../images/loader.gif) no-repeat center #fff;
}

.marker {
display:block;
text-indent:-9999px;
margin-left:-10px;
width:18px;
height:25px;
outline:none;
background:url(../images/marker.png) no-repeat;
cursor:pointer;
}

.popup {
width:250px;
position:absolute;
padding:8px;
background:#a7a9ac;
color:#fff;
border-style: solid;
border-width:0px;
border-color:#2f3131;
box-shadow: 3px 3px 2px #d8d9da;
text-align:center;
font-family:'Impact, Charcoal, sans-serif';
font-weight:bold;
font-size:12px;
line-height:20px;
padding-top:15px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
 border-radius: 8px 8px 8px 8px;
}

.popup h3 {
margin:0;
margin-bottom:10px;
font-family: 'Cabin Condensed', sans-serif;
font-weight:normal;
font-size:20px;
}

.popup .close {
display:block;
text-indent:-9999px;
position:absolute;
top:4px;
right:4px;
width:16px;
height:16px;
outline:none;
background:url(../images/close.gif) no-repeat;
cursor:pointer;
}

.controls {
width:100%;

}

.controls_left {
position:absolute;
top:20px;
left:20px;
z-index:20;
}


.controls_left a {
background:#011689;
background:rgba(1, 22, 137, .7);
display:block;
float:left;
clear:both;
font-size:11px;
font-weight:bold;
line-height:20px;
margin-bottom:2px;
outline:none;
padding:0 15px;
text-decoration:none;
}

.controls_left a:hover {
background:#eee;
color:#2a2a2a;
}

.controls_left .active {
background:#D7363A;
color:#fff;
}

.controls_right {
position:absolute;
float:right;
top:20px;
right:20px;
z-index:20;
}


.controls_right a {
background:#011689;
background:rgba(1, 22, 137, .7);
display:block;
float:right;
clear:both;
font-size:11px;
font-weight:bold;
line-height:20px;
margin-bottom:2px;
outline:none;
padding:0 15px;
text-decoration:none;
}

.controls_right a:hover {
background:#eee;
color:#2a2a2a;
}

.controls_right .active {
background:#D7363A;
color:#fff;
}