#overlay {
	left: 0px; top: 0px; width: 100%; display: none; position: fixed; z-index: 9999; min-height: 100%; background-color: rgb(0, 0, 0);
}
#lightbox {
	padding: 10px 10px 0px; border: 1px solid rgb(204, 204, 204); left: 50%; top: 50%; color: rgb(51, 51, 51); overflow: hidden; font-family: Arial,Helvetica,sans-serif; display: none; position: fixed; z-index: 10000; box-shadow: 0px 0px 10px #000; background-color: rgb(255, 255, 255); -moz-box-shadow: 0 0 10px #000; -webkit-box-shadow: 0 0 10px #000;
}
#lightbox .inner-box {
	width: 100%; height: 100%; overflow: hidden; position: relative;
}
#lightbox .content {
	z-index: 1;
}
#lightbox .content img {
	border: 0px currentColor; left: 0px; top: 0px; display: block; position: absolute;
}
#lightbox .cpanel {
	width: 100%; height: 30px; overflow: hidden; display: none; position: relative;
}
#lightbox #close-btn {
	background: url("assets/lightbox/icons.png") no-repeat 0px 0px; width: 76px; height: 30px; float: right; position: relative; z-index: 2; cursor: pointer;
}
#lightbox #play-btn {
	background: url("assets/lightbox/icons.png") no-repeat 0px -30px; width: 26px; height: 30px; float: left; position: relative; z-index: 2; cursor: pointer;
}
#lightbox .pause#play-btn {
	background-position: -30px -30px;
}
#lightbox #info {
	width: 100%; height: 30px; text-align: center; color: rgb(34, 34, 34); line-height: 30px; font-size: 16px; position: absolute; z-index: 0;
}
#lightbox #back-btn {
	top: 50%; width: 20px; height: 70px; margin-top: -35px; position: absolute; cursor: pointer;
}
#lightbox #fwd-btn {
	top: 50%; width: 20px; height: 70px; margin-top: -35px; position: absolute; cursor: pointer;
}
#lightbox #back-btn {
	background: url("assets/lightbox/d_arrows.png") no-repeat 0px rgba(0, 0, 0, 0.75); left: 0px; margin-left: -20px; border-top-right-radius: 4px; border-bottom-right-radius: 4px; -moz-border-radius-topright: 4px; -moz-border-radius-bottomright: 4px;
}
#lightbox #fwd-btn {
	background: url("assets/lightbox/d_arrows.png") no-repeat -20px rgba(0, 0, 0, 0.75); left: 100%; border-top-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-topleft: 4px; -moz-border-radius-bottomleft: 4px;
}
#lightbox .btn-panel {
	background: url("assets/lightbox/spacer.png") no-repeat; width: 50%; height: 0px; float: left; position: relative; z-index: 3; cursor: pointer;
}
#lightbox .timer {
	left: 0px; width: 0px; height: 5px; font-size: 0px; visibility: hidden; filter: alpha(opacity=50); position: absolute; z-index: 2; opacity: 0.5; background-color: rgb(255, 255, 255);
}
#lightbox .desc {
	left: 0px; width: 100%; text-align: left; color: rgb(255, 255, 255); overflow: hidden; font-size: 14px; display: none; position: absolute; z-index: 4;
}
#lightbox .desc {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF000000); background-color: rgba(0, 0, 0, 0.75);
}
#lightbox .inner-text {
	padding: 5px;
}
#lightbox .preloader {
	background: url("assets/lightbox/loader.gif") no-repeat center; left: 50%; top: 50%; width: 32px; height: 32px; margin-top: -16px; margin-left: -16px; display: none; position: absolute; z-index: 2;
}
.hide-selects {
	visibility: hidden;
}
