@charset "ISO-8859-1";
@import url("menu.css");
@import url("navigator.css");
@import url("controls.css");
@import url("popup.css");
@import url("thumbs.css");
@import url("thumbnails.css");



.q_lightbox-container {display:table; text-align:center; width:100%; margin-top:1.5em; font-size:12px;}
.cursor { cursor: pointer; }


.q_visible-area {font-size: 1em; text-align:center;}



/* The bigImage-Area */
.q_visible-area {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #333333;
  overflow : hidden;
}
.q_touch-area {height: 100%; }
.q_image-viewport {overflow: hidden; display:inline-block; position : relative;}
.q_big-image-container {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
  right: 0px;
  overflow : hidden;
  padding-top: 0.5em;
  padding-bottom: 1em;
}
.q_big-image-container img {max-width: none !important; max-height: none !important; position: relative}


/* page of (1/3 etc) */
.q_image-of {
  color: #fff;
  font-size: 1em;
  padding: 0.5em 0.8em;
  position: absolute;
  z-index : 51000;
}

.q_caption-header {font-size: 1.4em; color: white;}
.q_caption-subheader {font-size: 1.2em; color: white;}