#lightbox-gallery {
	background-color: rgba(0, 0, 0, 0.8); /* black + some opacity */
	display: none;
	position: fixed;
	z-index: 99999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#lightbox-child { 
	background: none;
	position: relative;
}
.close {
	background-color: rgba(0, 0, 0, 0.8);
	border: 2px solid #ccc;
	height: 24px;
	line-height: 24px;
	position: absolute;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: rgba(255, 255, 255, 0.9);
	font-size: 14px;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
	top: 0px;
	right:412px;
	width: 24px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	 box-shadow: 1px 1px 3px #000;
}
.close:hover {
	background-color: rgba(0, 122, 200, 0.8);
}

.black-border {
	width:22px;
	height:134px;
	background: url('../images/border.png') 0px 0px no-repeat;
	position:absolute;
	top:-7px;
	z-index:0;
}

.black-border-left {
	left: 7px;
}

.black-border-rigth {
	right: -23px;
}

.dsc-array {
}

#inside-page p.dsc {
	position: absolute;
	padding: 26px 0;
	display: block;
	color:#a99683;
	font-weight:normal;
}

#lightbox-child .full-dsc {
	color:#a99683;
	font-weight:normal;
}