﻿#lightbox-gallery {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width:100%;
	height:100%;
	background-image: url('../images/overlays/86grey.png');
	background-repeat: repeat;
	z-index: 99999;
	overflow: hidden;
	color:#a0a0a0;
}
#lightbox-gallery .box-viewport {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
#lightbox-gallery .box-window {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: 32px;
	background-image: url('../images/overlays/lightbox-bg.png');
	background-repeat: repeat;
}
#lightbox-gallery .box-display {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: #ffffff;
	min-width:400px;
	min-height:300px;
	margin: 12px;
}
#lightbox-gallery .content-display {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: #ffffff;
	overflow: hidden;
}
#lightbox-gallery .media-image {
	position: absolute;
	width: 100%;
	height: 100%;
}
#lightbox-gallery .media-html {
	position: absolute;
	width: 100%;
	height: 100%;
}
#lightbox-gallery .media-iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}
#lightbox-gallery .button-close {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 48px;
	height: 48px;
	background-image: url('../images/overlays/lightbox-bg.png');
	background-repeat: repeat;
}
#lightbox-gallery .button-close a {
	display: block;
	width: 48px;
	height: 48px;
	background-image: url('../images/icons/lightbox-gallery.png');
	background-position: left 0px;
	background-repeat: no-repeat;
}
#lightbox-gallery .button-close a:hover {
	background-image: url('../images/icons/lightbox-gallery.png');
	background-position: right 0px;
	background-repeat: no-repeat;
}
#lightbox-gallery .button-back {
	position: absolute;
	top: 50%;
	left: 32px;
	width: 48px;
	height: 48px;
	margin-top: -24px;
	background-image: url('../images/overlays/86black.png');
	background-repeat: repeat;
}
#lightbox-gallery .button-back a {
	display: block;
	width: 48px;
	height: 48px;
	background-image: url('../images/icons/lightbox-gallery.png');
	background-position: left -48px;
	background-repeat: no-repeat;
}
#lightbox-gallery .button-back a:hover {
	background-image: url('../images/icons/lightbox-gallery.png');
	background-position: right -48px;
	background-repeat: no-repeat;
}
#lightbox-gallery .button-next {
	position: absolute;
	top: 50%;
	right: 32px;
	width: 48px;
	height: 48px;
	margin-top: -24px;
	background-image: url('../images/overlays/86black.png');
	background-repeat: repeat;
}
#lightbox-gallery .button-next a {
	display: block;
	width: 48px;
	height: 48px;
	background-image: url('../images/icons/lightbox-gallery.png');
	background-position: left -96px;
	background-repeat: no-repeat;
}
#lightbox-gallery .button-next a:hover{
	background-image: url('../images/icons/lightbox-gallery.png');
	background-position: right -96px;
	background-repeat: no-repeat;
}
#lightbox-gallery .load-display {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin-top: -50px;
	margin-left: -50px;
}
#lightbox-gallery .load-display .segment {
	position:absolute;
	width:8px;
	height:14px;
	background:#000000;
}
#lightbox-gallery .load-error {
	position: absolute;
	width: 300px;
	height: 50px;
	background: #ffffff;
	font-size:110%; 
}
#lightbox-gallery .load-error .icon {
	height: 50px; 
	width: 56px; 
	position:absolute; 
	top: 0px;
}
#lightbox-gallery .load-error .text{
	position:absolute; 
	left: 64px; 
	top: 6px;
}