/*vissir*/
/*
#overview,#ovHider {
	right: 3;
	bottom: 48;
	position: absolute;
}

#ovHider {
	margin-bottom: -13px;
	cursor: pointer;
}

div.olControlOverviewMapElement {
	position: relative;
	background-color: black;
	border: 1px solid #444444;
	-moz-border-radius: 0;
	width: 128px;
	padding: 0;
}

div.olControlOverviewMapExtentRectangle {
	cursor: move;
	border: 1px solid red;
	background-color: #FF2B2B;
	filter: alpha(opacity = 70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

*/


/* GC*/
#overview {
	background-color:#FFFFFF;
	border:0px;
	color:#000000;
	padding:0px;
	position: absolute;
	right: 22px;
	top: 507px;
	z-index: 1000;
	padding:3px 0 0 3px;
	/*width: 159px;*/
	width: 128px;
	height: 109px;
	}
	
	
#overview2 {
	/*background-color:#FFffff;*/
	border:0px;
	color:#000000;
	padding:0px;
	position: absolute;
	right: 22px;
	top: 307px;
	z-index: 1000;
	padding:3px 0 0 3px;
	width: 159px;
	height: 109px;
	}
#ovHider {
	position: absolute; 
	/*top: 510px; 
	right: 165px;*/	
    top: 600px; 
	right: 25px;
	z-index: 1001;
	}
#dv_map_bottom { 
	position: absolute; 
	/*top: 600px; 
	right: 25px; */
	top: 520px; 
	right: 105px; 
	z-index: 1001;
	}	
div.olControlOverviewMapElement {
	position: relative;
	background-color: white;
	/*border: 1px solid #ab172c;*/
	-moz-border-radius: 0;
	width: 128px;
	padding: 0;
}

div.olControlOverviewMapExtentRectangle {
	cursor: move;
	border: 1px solid #ab172c;
	background-color: #ab172c;
	filter: alpha(opacity = 70);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}
.olControlOverviewMapRectReplacement {
    overflow: hidden;
    cursor: move;
    background-image: url("../../img/overview_replacement.gif");
    background-repeat: no-repeat;
    background-position: center;
}

/*

#overview {
	left: 660;
	top: 465;
	position: absolute;
	z-index:1000;
	border: 1px solid #444444;
}

#ovHider {
	//right: 3;
	//bottom: 48;
	left: 788;
	top: 587;
	position: absolute;
	//margin-bottom: -13px;
	cursor: pointer;
	z-index:1001;
}
div.olControlOverviewMapElement {
	position: relative;
	background-color: black;
	border: 1px solid #ab172c;
	-moz-border-radius: 0;
	width: 157px;
	padding: 0;
}

div.olControlOverviewMapExtentRectangle {
	cursor: move;
	border: 1px solid #ab172c;

	background-color: #ab172c;
	filter: alpha(opacity = 70);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}
*/

