/***************************************************
 LIGHTBOX OVERLAY
 ***************************************************/

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	background: transparent;
	text-align: center;
}

#overlay img {
	display: block;
	margin: 0 auto;
	position: relative;
}

/***************************************************
 LIGHTBOX
 ***************************************************/

#lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	z-index: 200;
    padding: 0 0 50px 0;
}

#lightbox #lightbox-wrap {
	background: #fff;
	position: relative;
	z-index: 210;
	border: 3px solid #b4d6e0;
	text-align: left;
}

#lightbox #lightbox-close {
	position: absolute;
	top: -22px;
	right: -22px;
	background: transparent url("../images/lightbox-close.png") no-repeat center;
	width: 48px;
	height: 48px;
	z-index: 500;
	cursor: pointer;
}

#lightbox #lightbox-content {
	width: 100%;
	border: none;
	display: block;
	overflow: hidden;
}

#lightbox #lightbox-content .lightbox-content {
    padding: 20px 0 17px 17px;
}

#lightbox h1 {
    font-size: 1.25em;
    padding: 0.5em 0 0.35em 0;
}
