#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9998;
	width: 100%;
	height: 100%;
	display: none;
}
div.lightbox {
    font-size: 0.75em;
    color: #333;
	background: #fff url(/images/panels/moreinfo_tile.gif) repeat-x center bottom;    
	position: absolute;
	z-index: 9999;

	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

}

.lightbox h2 {
	position: relative;
}

div.lightboxInner {
	position: relative;
}

div.lightboxLoading div.lightboxInner {
    background: url(/images/elements/lightbox-ico-loading.gif) no-repeat center center;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}


#lightbox-container {
    position: absolute;
    margin: 30px 50px;
}
body.checkout.reviewAndBuy #lightbox-container {
		margin: 0;
}
div.lightboxLoading #lightbox-container {
    left: -999em;
}


/* orig */



#jquery-lightbox a img { border: none; }


#close-button {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/images/elements/close_button.png) no-repeat scroll 0 0;
display:block;
height:37px;
position:absolute;
right:-13px;
top:-8px;
width:38px;
z-index: 10;
}
div.lightboxLoading #close-button {
    display: none;
}
#close-button span {display:none}
