﻿/***** light box *****/

#lightbox_background 
{
	background-color: #000;
	z-index: 20000;
	top: 0;
	left: 0;
}

#lightbox 
{
	background-color: #FFF;
	border:solid 10px #fff;
	z-index: 20001;
	overflow: hidden;
	color: #000;
}

/***** / light box *****/
