﻿
#lightboxOverlay {
	background: url('../img/bg-Black.png') transparent repeat 0 0;
	display: none;
	position: fixed;
	z-index: 500;
	top: 0;
	left: 0;
}

#lightbox {
	width: 100%;
	font-weight: normal;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	line-height: 0;
	text-align: center;
	position: fixed;
	z-index: 750;
	left: 0;
}

#lightbox img {
	width: auto;
	height: auto;
}

#lightbox a img {
	border: none;
}

.lb-OuterContainer {
	width: 250px;
	height: 250px;
	margin: 0 auto;
	background: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	*zoom: 1;
}

.lb-OuterContainer:after {
	content: '';
	display: table;
	clear: both;
}

.lb-Container {
	padding: 0 5px 5px;
}

.lb-Container > .nav {
	left: 0;
}

.lb-Loader {
	width: 100%;
	height: 25%;
	line-height: 0;
	text-align: center;
	position: absolute;
	top: 40%;
	left: 0%;
}

.lb-Nav {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
}

.lb-Nav a {
	outline: none;
}

.lb-Prev, .lb-Next {
	width: 70px;
	height: 70px;
	margin-top: -35px;
	background: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
	display: block;
	position: absolute;
	top: 50%;
	opacity: 0.5;
}

.lb-Prev:hover, .lb-Next:hover {
	cursor: pointer;
	opacity: 1.0;
}

.lb-Prev {
	background: url('../img/lb-Prev.png') no-repeat 5% 50%;
	left: -70px;
}

.lb-Next {
	background: url('../img/lb-Next.png') no-repeat 95% 50%;
	right: -70px;
}

.lb-DataContainer {
	width: 100%;
	margin: 0 auto;
	padding: 5px 0 0;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-ms-border-bottom-left-radius: 5px;
	-o-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-ms-border-bottom-right-radius: 5px;
	-o-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	*zoom: 1;
}

.lb-DataContainer:after {
	content: '';
	display: table;
	clear: both;
}

.lb-Data {
	padding: 0 10px;
	color: #CCC;
}

.lb-Data .lb-Details {
	line-height: 1.0em;
	text-align: left;
	float: left;
}

.lb-Data .lb-Caption {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.0em;
}

.lb-Data .lb-Number {
	padding-bottom: 1.0em;
	font-size: 11px;
	display: block;
	clear: left;
}

.lb-Data .lb-Close {
	width: 30px;
	height: 30px;
	padding: 20px;
	display: block;
	outline: none;
	position: relative;
	z-index: 1000;
	float: right;
	top: -740px;
	right: -10px;
}

.lb-Data .lb-Close:hover {
	cursor: pointer;
}

