/*=================================
GLOBAL LEIGHTBOX ASSETS
=================================*/

#overlay {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#000000;
	-moz-opacity: 0.80;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }


/*=================================
the close button
=================================*/
a img#popupX {
	background: url(../images/index/popup_CLOSE.gif) 0 0 no-repeat;
	width: 20px;
	height: 20px;
	float: right;
	position: absolute;
	top: -18px;
	right: -18px;
	border: 0;
	z-index: 55555;
}
.ie a img#popupX {
	bottom: 104px;
}
a:hover img#popupX {
	background: url(../images/index/popup_CLOSE.gif) -20px 0 no-repeat;
}
a:active img#popupX {
	background: url(../images/index/popup_CLOSE.gif) -40px 0 no-repeat;
}


/*=================================
the NEWS popup
=================================*/
.popupNEWS {
	color: #333;
/* toggle display to show/hide the popups when designing & previewing */
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -250px 0 0 -200px;
	width: 400px;
	height: 500px;
	padding: 0;
	border: 10px solid #B8B8B8;
	background: url(../images/index/popup_news_bg.jpg) 0 0 no-repeat;
	z-index: 1001;
	overflow: none;	
}


/*.popupNEWS {
	color: #333;
    toggle display to show/hide the popups when designing & previewing 
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -250px 0 0 -200px;
	width: 400px;
	height: 500px;
	padding: 0;
	border: 10px solid #B8B8B8;
	background: url(../images/index/popup_news_bg.jpg) 0 0 no-repeat;
	z-index: 1001;
	overflow: none;	
}










/*=================================
the CORPORATE PACKAGE popup
=================================*/
.popCorpPack {
	color: #333;
	/* toggle display to show/hide the popups when designing & previewing */
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -250px 0 0 -400px;
	width: 800px;
	height: 500px;
	padding: 0;
	border: 10px solid #B8B8B8;
	background: url(../ticket/images/popCorpPack_bg.jpg) 0 0 no-repeat;
	z-index: 1001;
	overflow: none;
}
