.zoomContainer {
	background-image: none;
	background-color: #ffffff;
}

.spinPreloaderHolder{
	color: #ffffff;
	background-image: none;
	    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
	border-style: none;
	background-color: #ccc;
	height: 10px;
}
.spinPreloaderBar{
	position: absolute;
	background-color: #333333;
	background-image: none;
	background-repeat: repeat-x;
}
.zoomCustomNaviFS{
	padding: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;	
	/*border: 2px solid #444444;*/
	background-image: none;
}
.zoomMapHolder{
	position: absolute;
	display: none;
	z-index: 1;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	border-color: #ffffff;
	border-style: solid;
	background-color: #50504D;
	background-image: url('icons/ajax-loader-map.gif');
	background-repeat: no-repeat;
	background-position: center center;
}
.zoomMapHandle{
	
	display: none;
	visibility: hidden;
}
#countMsg, #statusMsg {
	display: none;
}

.zoomCustomNaviFS, #zoomCustomNavi, #zoomCustomNavi img {
	width: 30px;
	height: 30px;
}