/* Lightbox Pop-up */
div#lightbox_pop_up_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0;
	z-index: 9997;
	display: none;
}

div#lightbox_pop_up {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 9998;
}

div#lightbox_pop_up a#pop_up_close {
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	left: 0;
	top: -15px;
	background: url(/img/lightbox_pop_up_close.png) no-repeat;
	z-index: 9999;
	cursor: pointer;
}

div#lightbox_pop_up_container {
	padding: 20px;
	background: #006E7B url(/img/lightbox_pop_up_bg.gif) bottom repeat-x;
	/*border: 5px solid #2d5a7e;*/
	overflow: hidden;
}

* html div#lightbox_pop_up_bg { filter:alpha(opacity=0); }
* html div#lightbox_pop_up { filter:alpha(opacity=0); }
* html div#lightbox_pop_up_container { height: 1%; }