﻿/* Lightbox ==================================== */

a.lightbox-link {
}

.lightbox-bg
{
	position: absolute;
	width: 1001px;
	height: 652px;
	top: 0;
	left: 0;
	z-index: -1;
}

#lightbox-container
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	padding: 9px 3px;
	width: 995px;
	height: 634px;
}

#lightbox-content
{
	position: relative;
	left: 0px;
}

#lightbox-content-container
{
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 510px;
	white-space : nowrap;
}

#lightbox-close
{
	position: absolute;
	top: -17px;
	right: -17px;
	background: transparent url(../images/close.png) no-repeat top left;
	width: 36px;
	height: 36px;
	cursor:pointer;
	z-index: 200;
}

#lightbox-image-container
{
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 510px;
	white-space : nowrap;
}

#lightbox-image-slider
{
	position:relative;
}

.lightbox-image 
{
	display: block;
}

#lightbox-loading
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
	background: transparent url(../images/loading.gif) no-repeat center center;
}

#lightbox-overlay {
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
	width: 100%;
	height: 100%;
}

#lightbox-thumb-start
{
	width: 150px;
	height: 79px;
	float: right;
	margin-right: 20px;
	background: transparent url(../images/lightbox/thumbnail-start.png) no-repeat top right;
}

.lightbox-thumbs 
{
	position: absolute;
	bottom: 10px;
	left: 10px;
	overflow: auto;
	height: 92px;
	width: 677px;
}

.lightbox-thumb-container
{
	float:left;
	background: transparent no-repeat center center;
	position:relative;
	height: 82px;
	margin: 0 10px 10px;
}

.lightbox-thumb
{
	width: 112px;
	height: 82px;
	cursor: pointer;
	background: transparent url(../images/lightbox/thumbnail-frame-white.png) no-repeat center center;
}

.lightbox-thumb-current, .lightbox-thumb-selected
{
	background: transparent url(../images/lightbox/thumbnail-selected-white.png) no-repeat center center;
}

.lightbox-thumb-play { position: absolute; left: 41px; top: 28px; cursor: pointer; }

#lightbox-title-image
{
	position: absolute;
	bottom: 20px;
	right: 20px;
	left: auto;
}

.lightbox-video
{
	display: block;
}

.lightbox-video > object {
    margin: auto;
}


/* End Lightbox ==================================== */
.transparent-10 { opacity: 0.1; }
.transparent-20 { opacity: 0.2; }
.transparent-30 { opacity: 0.3; }
.transparent-40 { opacity: 0.4; }
.transparent-50 { opacity: 0.5; }
.transparent-60 { opacity: 0.6; }
.transparent-70 { opacity: 0.7; }
.transparent-80 { opacity: 0.8; }
.transparent-90 { opacity: 0.9; }