﻿.LightBobo_Container
{
        background: #fff;
        border: 2px solid #333;
        display: none;
        text-align: center;
        padding: 5px;
        z-index: 2001;
}
.LightBobo_CloseBtn
{
	position: absolute;
	width: 32px;
	height: 31px;
	background: url("../Images/buttons/btnLightBoxClose.png");
	/*border: 2px solid #ff3300;*/
	cursor: pointer;
	top: -1px;
	right: -1px;
	display: block;
	z-index: 2002;
	
}
.LightBobo_Overlay
{
	background: #222;
	top: 0px;
	left: 0px;
	position: absolute;
	display: none;
	z-index: 2000;
}
