/*LIGHTBOX*/
#gb-lightbox {
	position:absolute;
	width:100px;
	height:100px;
	display:none;
	z-index:99999;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
#gb-overlay {
	background:black;
	width:100%;
	height:100%;
	position:fixed;
	display:none;
	z-index:99998;
}
#gb-preloader {
	background:url(../images/bkg/preloader.gif) no-repeat;
	width:35px;
	height:35px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-17px;
	margin-top:-17px;
	z-index:101;
}
#gb-image-holder {
	position:absolute;
	width:100px;
	height:100px;
	top:50%;
	left:50%;
	margin-top:-50px;
	margin-left:-50px;
	/*border-radius:6px 0 6px 6px;*/
	background: white;
	z-index:20;
}
#gb-image {
	position:absolute;
	display:none;
	margin:8px 0 0 8px;
	z-index:100;
	left:0;
	top:0;
}
#gb-image >img {
	/*border-radius:6px;*/
}
#gb-image-title {
	width:100%;
	height:30px;
	line-height:30px;
	font-weight:bold;
	font-size:12px;
	color:#eaeaea;
	position:absolute;
	bottom:65px;
	display:none;
	padding-left:75px;
	padding-right:75px;
}
#gb-image-caption {
	width:100%;
	height:70px;
	font-size:11px;
	color:#eaeaea;
	position:absolute;
	bottom:0px;
	display:none;
	padding-left:75px;
	padding-right:75px;
}
#gb-controls {
	position:absolute;
	width:100px;
	left:50%;
	top:50%;
	margin-top:-50px;
	margin-left:-50px;
	z-index:10;
}
#gb-prev, #gb-next {
	height: 38px;
	width: 38px;
	position:relative;
	background:#d7d7d7;
	cursor:pointer;
	border-radius:3px;
	display:none;
}
#gb-prev {
	float:left;
	top:45%;
}
#gb-next {
	float:right;
	top:45%;
}
#gb-close {
	position:absolute;
	height: 38px;
	width: 38px;
	background:white;
	cursor:pointer;
	border-radius:0 3px 3px 0;
	right: 75px;
	line-height:38px;
	font-weight:bold;
	font-size:20px;
	color:#545454;
	text-align:center;
	display:none;
	z-index:99;
}
#gb-prevInner, #gb-nextInner{
	height: 28px;
	width: 15px;
	margin-top:5px;	
}
#gb-prevInner {
	margin-left:8px;
	background: url("../images/bkg/interface.png") no-repeat scroll -1139px -153px;
}
#gb-nextInner {
	margin-left:15px;
	background: url("../images/bkg/interface.png") no-repeat scroll -1211px -153px;
}
.gb-info {
	background:white;
	position:absolute;
	display:none;
	z-index:100000;
	/*border-radius:3px;*/
	box-shadow: 0 0 10px;
	color:#545454;
	padding:3px;
	line-height:12px;
	font-size:12px;
}