/* all controls */
.controlsWrapper {
	bottom: 50px;
	right:0;
}
.controls {
	background-image: url("../images/buttonBg.png");
	width: 127px;
	height: 38px;
}


/* all controls in native fullscreenmode */
:fullscreen .controlsWrapper{
	bottom: -15px;
	left: 0;
}
:-webkit-full-screen .controlsWrapper{
	bottom: -15px;
	left: 0;
}
:-moz-full-screen .controlsWrapper{
	bottom: -15px;
	left: 0;
}
/* all controls in false fullscreenmode */
.controlsFullScreen {
	margin-left: -78px;
}

/* turn left <- */
.control.navigation.left {
	left: -11px;
	top: 10px;
	width: 20px;
	background-image: url("../images/left.png");
}

/* turn right -> */
.control.navigation.right {
	left: -4px;
	top: 9px;
	width: 20px;
	background-image: url("../images/right.png");
}

/* zoom - */
ul.control.zoom li.decZoom {
	background-image: url("../images/minus.png");
	left: 26px;
	top: 15px;
	width: 20px;
}

/* zoom + */
ul.control.zoom li.incZoom {
	background-image: url("../images/plus.png");
	left: -39px;
	top: 12px;
	width: 20px;
}

/* share */
ul.control.zoom li.share {
	display: none; 		/* use this to hide the share button completely */

	/*background-image: url("../images/share.png");
	left: 0px;
	top: 0px;
	width: 14px;*/
}

/* help ? */
ul.control.zoom li.toggleHelp {
	display: none;

	/*background-image: url("../images/help.png");
	left: 3px;
	top: 0px;
	width: 20px;*/
}

/* fullscreen */
ul.control.zoom li.fullScreenButton {
	background-image: url("../images/fullscreen.png");
	left: 0px;
	top: 2px;
	width: 20px;
	margin: 0px 7px 0px 7px;
}