/*-----------------------------------------------------------------------
overview.css

version: 	4.1
author:		sebastian kupke
email:		sebastian.kupke@baral-geohaus.de
website:	http://www.baral.de
-----------------------------------------------------------------------*/

/* =Overview
-----------------------------------------------------------------------*/
#m_m_content_overview {
	margin: 0px;
	padding: 0px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

#m_overview_rect {
	filter: alpha(opacity=50);
	-moz-opacity: .50;
	opacity: .50;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
	border: 2px solid #000000;
	background: #d0ea55;
	z-index: 2500;
	overflow: hidden;
	cursor: move;
}













