#lightbox {
	position:relative;
	z-index:3;
	padding:15px 0 0;
}
#lightbox .hide, #lightbox .show {
	height:15px;
	left:0;
	position:absolute;
	top:-3px;
	width:100%;
}
#lightbox .hide a, #lightbox .show a {
	background:url('../images/lightbox-splitter.png') no-repeat center top;
	color:#CCCCCC;
	display:block;
	height:15px;
	line-height:15px;
	padding:0 5px;
	text-decoration:none;
}
#lightbox .show a:hover {
	background-position:center -15px;
}
#lightbox .hide a {
	background-position:center -30px;
}
#lightbox .hide a:hover {
	background-position:center -45px;
}
#lightbox .hide a .label,
#lightbox .show a .label {
	display:none;
	float:left;
	font-size:1.2em;
	background-color:#000;
	background-color:rgba(0,0,0,0.6);
	line-height:15px;
	padding:5px;
	position:relative;
	top:-22px;
	text-shadow:0 0 2px #000;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
}
.hidden-lightbox #lightbox .hide, #lightbox .show {
	display:none;
}
.hidden-lightbox #lightbox .show {
	display:block;
}

#lightbox-header {
	padding:0 0 10px;
}
#change-current-lightbox {
	float:left;
	overflow:hidden;
}
.rtl #change-current-lightbox {
	float:right;
}
#change-current-lightbox p {
	height:22px;
}
#js #change-current-lightbox p {
	float:left;
}
.rtl #js #change-current-lightbox p {
	float:right;
}
#change-current-lightbox select {
	padding:1px;
	border:0;
	height:20px;
}
#change-current-lightbox a {
	text-decoration:none;
	display:none;
	height:22px;
	line-height:22px;
	padding:0 10px;
	float:left;
}
.rtl #change-current-lightbox a {
	float:right;
}
#change-current-lightbox a:hover {
	color:#fff;
}
#change-current-lightbox a .icon {
	margin-top:3px;
}
#js #change-current-lightbox select, #js #change-current-lightbox input {
	display:none;
}
#js #change-current-lightbox a {
	display:block;
}


#lightbox-message {
	float:right;
	height:22px;
	line-height:22px;
	color:#CC0011;
	padding:0 10px;
	display:none;
}
.rtl #lightbox-message {
	float:right;
}
#lightbox-message .icon {
	margin-top:4px;
}


#current-lightbox-functions {
	float:left;
}
.rtl #current-lightbox-functions {
	float:right;
}
#current-lightbox-functions li {
	display:block;
	float:left;
}
.rtl #current-lightbox-functions li {
	float:right;
}
#current-lightbox-functions li.last {
	border-width:0 0 0 1px;
	width:100%;
}
#nojs #current-lightbox-functions .hide,
#nojs #current-lightbox-functions .show {
	display:none;
}
.hidden-lightbox #current-lightbox-functions li,
.hidden-lightbox #change-current-lightbox,
#current-lightbox-functions .show {
	display:none;
}
.hidden-lightbox #current-lightbox-functions .show {
	display:block;
}
#current-lightbox-functions a {
	text-decoration:none;
	font-size:1.1em;
	display:block;
	line-height:22px;
	height:22px;
	float:left;
	padding:0 10px;
}
.rtl #current-lightbox-functions a {
	float:right;
}
#current-lightbox-functions a:hover {
	color:#fff;
	text-decoration:none;
}
#current-lightbox-functions a .icon {
	margin-top:7px;
}



#toggle-part {
	display:block;
}
.hidden-lightbox #toggle-part {
	display:none;
}
.hidden-lightbox #toggle-part.loading {
	position:absolute;
	top:500px;
	display:block;
}
#lightbox-left, #lightbox-right {
	width:30px;
	height:95px;
	display:block;
	background:#000000;
	position:relative;
	z-index:2;
}
#nojs #lightbox-left, #nojs #lightbox-right {
	display:none;
}
#lightbox-left {
	float:left;
}
.rtl #lightbox-left {
	float:right;
}
#lightbox-right {
	float:right;
}
.rtl #lightbox-right {
	float:left;
}
#lightbox-left a, #lightbox-right a {
	display:block;
	position:relative;
	z-index:2;
	width:30px;
	height:96px;
	background:url('../images/lightbox-scrollers-sprite.png') no-repeat;
	opacity:0.6;
	filter:alpha(opacity=60);
}
#lightbox-left.disabled a, #lightbox-right.disabled a {
	opacity:0.2 !important;
	filter:alpha(opacity=20) !important;
	cursor:default !important;
}
#lightbox-left a:hover, #lightbox-right a:hover {
	opacity:1;
	filter:alpha(opacity=100);
}
#lightbox-left a { background-position:0px center; }
#lightbox-left a:hover { background-position:0 center; }
#lightbox-left a.active { background-position:-30px center !important; }
#lightbox-right a { background-position:-60px center; }
#lightbox-right a:hover { background-position:-60px center; }
#lightbox-right a.active { background-position:-90px center !important; }

#lightbox-left.disabled a { background-position:0px center !important; }
#lightbox-right.disabled a { background-position:-60px center !important; }

#lightbox-left a span, #lightbox-right a span {
	display:none;
}



#current-lightbox-items-container {
	height:94px;
	margin:0 30px;
	border:1px solid #000;
	background:#000;
}
.lightbox-swiper {
	overflow-x:hidden;
	overflow-y:hidden;
	position:relative;
	height:84px;
	padding: 5px;
}

#nojs .lightbox-swiper {
	overflow-x:auto;
}

.lightbox-wrapper .swiper-nav {
	top: 45px;
	color:#333;
}
.lightbox-wrapper .swiper-button-next {
	right:-4px;
}
.lightbox-wrapper .swiper-button-prev {
	left:-4px;
}

#current-lightbox-items {
/*
	flex-direction: row;
	align-items: center;
*/
	height:84px;
}
.rtl #current-lightbox-items {
}
#js #current-lightbox-items {
	position:absolute;
}
#current-lightbox-items .current-lightbox-asset {
	display:block;
	width:82px;
	height:82px;
	position:relative;
	float:left;
	background:#333;
	border:1px solid #333;
	box-shadow:0 1px 0 #333;
	overflow:hidden;
	margin-right:5px;
}
.rtl #current-lightbox-items .current-lightbox-asset {
	float:right;
}
#current-lightbox-items .over {
	background:#555;
}
#current-lightbox-items .landscape img {
	width:100%;
}
#current-lightbox-items .portrait img {
	height:100%;
}
#current-lightbox-items .current-lightbox-asset a {
	display:block;
	width:78px;
	height:78px;
	padding:2px;
	text-align:center;
}

.current-lightbox-asset-functions {
	position:absolute;
	bottom:0;
	left:0;
	height:15px;
	opacity: 0;
	padding:2px;
	transition: 0.1s all;
	border-radius:3px 0 0 0;
}
.rtl .current-lightbox-asset-functions {
	left:0;
	right:auto;
}
#current-lightbox-items .over .current-lightbox-asset-functions {
	opacity: 1;
}
#current-lightbox-items .current-lightbox-asset-functions li {
	display:block;
	height:15px;
	width:15px;
	float:left;
}
.rtl #current-lightbox-items .current-lightbox-asset-functions li {
	float:right;
}
#current-lightbox-items .current-lightbox-asset-functions li a {
	display:block;
	height:15px;
	width:15px;
	padding:0;
}


#lightbox .download-panel-menu {
	z-index:4;
	bottom:26px;
}

#lightboxes-menu ul {
	overflow:auto;
}

#mosaic.lightbox .thumb .thumb-descr {
	height:38px !important;
}
#mosaic.lightbox .thumb-type {
	height:45px !important;
}
#mosaic.lightbox .thumb-functions {
	bottom:5px !important;
}
#mosaic.lightbox .thumb-functions li {
	float:left !important;
}
#mosaic.lightbox .thumb-functions li.lgtbox-fc-right {
	float:right !important;
	margin-right:5px;
}