/* Loading Image */
div.gallerie-loading {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 126px;
	height: 22px;
	margin: auto;
	z-index: 10000;
	background: url(../images/loading.gif);
}

/* Image Index and Title Text */
.gallerie-text {
	max-width: 60%;
	min-width: 200px;
	margin: 0px 10px;
	vertical-align: bottom;
}

.gallerie-text div {
	width: 100%;
	text-overflow: ellipsis;
}

/* Image Title Text */
.gallerie-title {
	
}

/* Image Index */
.gallerie-index {
	color:#fff;
	text-align:center;
	margin:10px auto;
	font-weight:700;
	background:#000;
	padding:5px;
	min-width:50px;
	max-width:90px;
}

/* Gallerie Controls */
.gallerie-control {
	width:43px;
	height:43px;
	margin: 0px;
	vertical-align: top;
	transition: all 500ms;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	display:block;
	text-indent:-9999px;
	opacity:0.6;
	position:relative;
}

.gallerie-control-previous{
	background:url(../images/arrow_prev.jpg) no-repeat;
	float:left;
	z-index:1000;
}

.gallerie-control-next {
	background:url(../images/arrow_next.jpg) no-repeat;
	float:right;
	z-index:1000;
}

.gallerie-control:hover {
	cursor: pointer;
	opacity:1;
}
/* Gallery Overlay */
.gallerie-overlay {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.6);
	z-index: 1000;
}

/* Image Box Container */
.gallerie-imagebox {
	height: 70%;
	position: relative;
	top: 0px;
	left: 0px;
	margin:0 auto;
}

.gallerie-imagebox img {
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	margin:auto;
	transition: all 500ms;
		-webkit-transition: all 500ms;
		-moz-transition: all 500ms;
		-ms-transition: all 500ms;
		-o-transition: all 500ms;
	border:3px solid #818181;
}

.gallerie-imagebox:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

/* Caption Box Container */
.gallerie-captionbox {
	color:white;
	width:100%;
	height:43px;
	position:absolute;
	top:50%;
	left:0px;
	text-align:center;
	padding:0;
	margin-top:-22px;
}

.gallerie-captionbox:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

.gallerie-captionbox > div {
	display: inline-block;
}

/* Thumb Box Container */
.gallerie-thumbbox{
	min-width:100%;
	height:97px;
	position:absolute;
	bottom: 0px;
	left: 0px;
	margin: 0px auto;
	text-align: center;
	float: left;
	white-space:nowrap;
}

.gallerie-thumbbox ul {
	position: relative;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	left: 0px;
	display:none;
}

.gallerie-thumbbox li {
	width:133px;
	height:97px;
	display: inline-block;
	text-align: center;
	margin: 0px 4px 0px 0;
	cursor: pointer;
}

.gallerie-thumbbox img {
	max-width: 100%;
	max-height: 100%;
	opacity: 0.60;
	vertical-align: middle;
}

.gallerie-thumbbox-hover img {
	opacity: 1.0;
}

.gallerie-thumbbox-selected img {
	opacity: 1.0;
	border-color: #ff0;
}
