.marker, .zoomHolder img
{
	display: block
}


.fullscreenToggle, .zoomIn, .zoomOut
{
	/* background: url(../assets/controls.png);
	background-repeat: no-repeat;
	background-size: 350% 75%;
  background-position: 5px; */
	background-size: 80%;
	margin: 0;
  width: 30px;
  height: 100%;
	overflow: hidden;
	position: relative;
	display: inline-block;
	cursor: pointer;
	z-index: 100
}

.zoomIn
{
	background: url(../assets/zoom-in.svg);
	background-repeat: no-repeat;
  background-position: 5px 12px;
}

.zoomOut
{
	background: url(../assets/zoom-out.svg);
	background-repeat: no-repeat;
  background-position: 8px 20px;
}

.fullscreenToggle
{
	display: none;
	background-position: -60px 0;
	cursor: pointer
}

.zoomIn.on, .zoomOut.on
{
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	cursor: pointer
}

.zoomIn.off, .zoomOut.off
{
	opacity: .5;
	-moz-opacity: .5;
	-khtml-opacity: .5;
	cursor: auto
}

.controlHolder
{
	border-radius: 5px;
	position: absolute;
	width: 77px;
  height: 45px;
	right: 10px;
	top: 0;
	background-color: #333;
	/* padding: 10px; */
	z-index: 100
}

.fullscreenDiv, .marker
{
	left: 0!important;
	top: 0!important
}

.fullscreenToggle.on
{
	background-position: -90px 0
}

.fullscreenToggle.off
{
	background-position: -60px 0
}

.fullscreenDiv
{
	width: auto!important;
	height: auto!important;
	right: 0!important;
	bottom: 0!important;
	position: absolute!important;
	background: #FFF;
	z-index: 999999;
	oveflow: hidden
}

.zoomHolder
{
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden
}

.marker
{
	position: absolute!important;
	bottom: auto!important;
	right: auto!important
}
