#lightbox {
	background:#333 url('../images/x-sprite-black.gif') repeat-x left bottom;
	position:relative;
	z-index:3;
	-o-box-shadow:0 0 1px #666 inset;
	-webkit-box-shadow:0 0 1px #666 inset;
	-moz-box-shadow:0 0 1px #666 inset;
	box-shadow:0 0 1px #666 inset;
	border-bottom:1px solid #000;
}

#change-current-lightbox {
	float:left;
	overflow:hidden;
	border-right:1px solid #444;
}
#change-current-lightbox p {
	padding:5px 10px;
	border-right:1px solid #111;
	height:20px;
}
#js #change-current-lightbox p {
	padding:0;
	height:30px;
	float:left;
}
#change-current-lightbox select {
	padding:1px;
	border:0;
	height:20px;
}
#change-current-lightbox a {
	color:#ccc;
	text-decoration:none;
	display:none;
	height:30px;
	line-height:30px;
	padding:0 10px;
	float:left;
}
#change-current-lightbox a:hover {
	color:#fff;
}
#change-current-lightbox a .icon {
	margin-top:7px;
}
#js #change-current-lightbox select, #js #change-current-lightbox input {
	display:none;
}
#js #change-current-lightbox a {
	display:block;
}


#lightbox-message {
	float:left;
	height:30px;
	line-height:30px;
	color:#ddd;
	padding:0 10px;
	display:none;
}
#lightbox-message .icon {
	margin-top:7px;
}


#current-lightbox-functions {
	float:right;
	height:30px;
	line-height:30px;
	border-left:1px solid #111;
}
#current-lightbox-functions li {
	display:block;
	float:left;
	line-height:30px;
	height:30px;
	border:solid #111;
	border-width:0 1px;
	border-left-color:#444;
}
#current-lightbox-functions li.last {
	border-width:0 0 0 1px;
}
#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 {
	color:#ccc;
	text-decoration:none;
	font-size:1.1em;
	display:block;
	line-height:30px;
	height:30px;
	float:left;
	padding:0 10px;
}
#current-lightbox-functions a:hover {
	color:#fff;
	text-decoration:none;
}
#current-lightbox-functions a .icon {
	margin-top:7px;
}



#toggle-part {
	display:block;
	padding:0 0 5px;
}
.hidden-lightbox #toggle-part {
	display:none;
}
.hidden-lightbox #toggle-part.loading {
	position:absolute;
	top:500px;
	display:block;
}
#lightbox-left, #lightbox-right {
	width:19px;
	height:63px;
	margin:15px 10px;
	border:1px solid #444;
	display:block;
}
#nojs #lightbox-left, #nojs #lightbox-right {
	display:none;
}
#lightbox-left.disabled, #lightbox-right.disabled {
	opacity:0.3;
	filter:alpha(opacity=30);
}
#lightbox-left {
	float:left;
	border-right:0;
	margin-right:0;
}
#lightbox-right {
	float:right;
	border-left:0;
	margin-left:0;
}
#lightbox-left a, #lightbox-right a {
	display:block;
	position:relative;
	z-index:2;
	width:18px;
	height:61px;
	border:1px solid #000;
	background:#222 url('../images/lightbox-scrollers-sprite.png') no-repeat;
}
#lightbox-left.disabled a, #lightbox-right.disabled a {
	background-color:#222 !important;
	cursor:default !important;
}
#lightbox-left a {
	border-right:0;
}
#lightbox-right a {
	border-left:0;
}
#lightbox-left a:hover, #lightbox-right a:hover,
#lightbox-left a.active, #lightbox-right a.active {
	background-color:#000;
}
#lightbox-left a { background-position:0px center; }
#lightbox-left a:hover { background-position:-18px center; }
#lightbox-left a.active { background-position:-18px center !important; }
#lightbox-right a { background-position:-36px center; }
#lightbox-right a:hover { background-position:-54px center; }
#lightbox-right a.active { background-position:-54px center !important; }

#lightbox-left.disabled a { background-position:0px center !important; }
#lightbox-right.disabled a { background-position:-36px center !important; }

#lightbox-left a span, #lightbox-right a span {
	display:none;
}



#current-lightbox-items-container {
	height:93px;
	margin:0 30px;
	border:1px solid #444;
	background:#181818;
}
#current-lightbox-items-container div {
	overflow-x:hidden;
	overflow-y:hidden;
	border:1px solid #000;
	position:relative;
	height:91px;
}
#nojs #current-lightbox-items-container div {
	overflow-x:auto;
}
#current-lightbox-items {
	height:91px;
}
#js #current-lightbox-items {
	position:absolute;
}
#current-lightbox-items .current-lightbox-asset {
	display:block;
	width:85px;
	height:85px;
	position:relative;
	float:left;
	background:#444;
	padding:2px;
	border:1px solid;
	border-color:#666 #333 #333 #666;
}
#current-lightbox-items .over {
	border-color:#fff;
	background:#777;
}
#current-lightbox-items .landscape img {
	width:100%;
}
#current-lightbox-items .portrait img {
	height:100%;
}
#current-lightbox-items .current-lightbox-asset a {
	display:block;
	width:85px;
	height:85px;
	text-align:center;
}

.current-lightbox-asset-functions {
	position:absolute;
	visibility:hidden;
	top:71px;
	left:0;
	height:15px;
	background:#fff;
	padding:2px;
}
#current-lightbox-items .over .current-lightbox-asset-functions {
	visibility:visible;
}
#current-lightbox-items .current-lightbox-asset-functions li {
	display:block;
	height:15px;
	width:15px;
	float:left;
}
#current-lightbox-items .current-lightbox-asset-functions li a {
	display:block;
	height:15px;
	width:15px;
}


#lightbox .download-panel-menu {
	z-index:4;
	bottom:26px;
}
