.fullscreen {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	border: 0;
	z-index: 99999;
	background-color: #FFFFFF;
}

.fullscreen_button_on {
  width: 44px;
  height: 44px;
  cursor: pointer;
  background: url(../images/fullscreen_on.png) top left no-repeat;
}

.fullscreen_button_off {
  width: 44px;
  height: 44px;
  cursor: pointer;
  background: url(../images/fullscreen_off.png) top left no-repeat;
}

.map_container {
	clear: both;
	line-height: normal !important;
	color: #000000 !important;
	margin-bottom:20px;
	padding:0;
}

