/*-------------------------------------------------
    OVERVIEW
-------------------------------------------------*/
#overviewContainer {
	position: absolute;
	bottom: 45px;
	right: 0;
	width: 180px;
	height: 90px;
	padding: 34px 5px 5px;
	z-index: 1000;
	background: url("../images/space_background.png") repeat;
}

#overviewContainer.closed {
	background: none;
}

#overviewContainer.closed #gotobar,
#overviewContainer.closed #overviewClose {
	display: none!important;
}

#overviewOpen {
	position: absolute;
	width: 33px;
	height: 29px;
	background: url('../images/boutons.gif') 516px 0;
	cursor: pointer;
	display: none;
    z-index: 2000;
	right: 5px;
    bottom: -40px;
}

#overviewOpened {
	width: 180px;
	height: 90px;
}

#overviewOpened .link {
	background: url("../images/space_background.png") repeat scroll 0 0 transparent;
    bottom: -6px;
    height: 6px;
    position: absolute;
    right: 0;
    width: 43px;
    font-size: 1px;
}

.dj_ie #overviewOpened .link {
	height: 4px;
	bottom: -4px;
}

#overviewMap {
	width: 100%;
	height: 100%;
}

#overviewClose {
	position: absolute;
	width: 33px;
	height: 29px;
	background: url('../images/boutons.gif') 516px 39px;
	cursor: pointer;
    z-index: 3000;
	right: 5px;
    bottom: -40px;
}

#overviewOpen.over{
	background: url('../images/boutons.gif') 516px 78px;
}

.olControlOverviewMapExtentRectangle {
    overflow: hidden;
    cursor: move;
    border: 2px dotted red;
}

.olControlOverviewMapRectReplacement {
    overflow: hidden;
    cursor: move;
    background-image: url("../../../openlayers/theme/default/img/overview_replacement.gif");
    background-repeat: no-repeat;
    background-position: center;
}

#overviewGotoLOV {
	width: 150px;
}