
 .lightbox-window
	{
	background-color: #ffffff;
	display: none;
	overflow: visible;
	z-index: 1000;
	}

 .lightbox-image
	{
	opacity: 1.0;
	filter: alpha(opacity = 100);
	z-index: 1001;
	}

 .lightbox-bg
	{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #000510;
	opacity: 0.0;
	filter: alpha(opacity = 0);
	z-index: 900;
	display: none;

	-webkit-transition: opacity 200ms 1s ease;
	-o-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	}

 .lightbox-close-btn
	{
	position: absolute;
	top: -8px;
	right: -8px;
	width: 30px;
	height: 30px;
	background-image:url('images/close.png');
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 1003;
	}

 .lightbox-comment
	{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 35px;
	padding-top: 10px;
	background-color: #ffffff;
	background-color: RGBA(255, 255, 255, 0.6);
	z-index: 1003;
	filter: alpha(opacity = 60);
	color: #000000;
	text-align: center;
	font-weight: bold;
	}