/* @override http://teentaal.crossroad-solutions.com/styles/lightbox.css */

.black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #333;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}

.white_content {
	display: none;
	position: absolute;
	top: 40px;
	left: -10px;
	width: 100%;
	height: 560px;
	padding: 20px;
	background-color: #fff;
	z-index:1002;
	color: #ccc;
}

a#close  {
	height: 30px;
	width: 30px;
	position: absolute;
	top: -12px;
	left: -12px;
	background: url(/images/close.png) 0 0;
}

a#close:hover {
	background: url(/images/close.png) 0 -30px;
}

.slide {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 850px;
	height: 560px;
	background-color: #ccc;
	text-align: center !important;
}

#start-slideshow-button {
	position: absolute;
	bottom: 20px;
	right: 20px;
}