.zoombox {
	position: absolute;
	display: none;
	border: 1px solid #FF0000;
	z-index: 100;
	background:#eeeeee;
	filter: alpha(opacity=40);
	opacity: 0.4;
}
.tooltip {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: White;
	border: 1px solid red;
	background-color: red;
	z-index: 110;
}
.refBox {
	width:90px;
	height:65px;
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	border-color: #FF0000;
	border-width: 1px;
	border-style: solid;
	z-index: 500;
	background: #a2c739;
	layer-background-color: #eeeeee;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

.refBoxBg {
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
}
.refCross {            
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	width: 30px;
	height: 30px;
	margin: auto;
	background-color: transparent;
	background-image:url(../images/croix.gif); 
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	border: none;
	font-size:0px;      
}
.loading {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    margin-left: -22px;
    margin-top: -22px;
    background:transparent url(../images/loading.gif) no-repeat scroll center;
    z-index: 200000;
}     


/*********************************************************************
 * ARROWPAN
 ********************************************************************/
div.arrowpan div {
	position: absolute;
	display: block;
	width: 22px;
	height: 22px;
	z-index: 200;
}
#movenorth { top:0; left:50%; margin-left: -11px; cursor: n-resize; background: url(../images/moving/movenorth.gif) no-repeat;}
#movesouth { bottom:0;left:50%; margin-left: -11px; cursor: s-resize; background: url(../images/moving/movesouth.gif) no-repeat bottom;}
#moveeast { top:50%; right:0; margin-top: -11px; cursor: e-resize; background: url(../images/moving/moveeast.gif) no-repeat right;}
#movewest { top:50%; left:0; margin-top: -11px; cursor: w-resize; background: url(../images/moving/movewest.gif) no-repeat;}
#movenorthwest { top:0; left:0; cursor: nw-resize; background: url(../images/moving/movenorthwest.gif) no-repeat;}
#movenortheast { top:0; right:0; cursor: ne-resize; background: url(../images/moving/movenortheast.gif) no-repeat top right;}
#movesoutheast { bottom:0;right:0; cursor: se-resize; background: url(../images/moving/movesoutheast.gif) no-repeat bottom right;}
#movesouthwest { bottom:0;left:0; cursor: sw-resize; background: url(../images/moving/movesouthwest.gif) no-repeat bottom left;}

#gsMapRef {
    position: absolute;
	overflow: visible;
	display:block;
    bottom: 110px;
    right: 300px;
	width:90px;
	height:65px;
    background: #fff;
    border: 1px Solid #cbd8df;
	z-index:10;
}