.lightbox {
	background-color: white;
	display: block;
	cursor: default;
	font-size: 0;
	padding: 10px;
	padding-bottom: 40px;
	position: absolute;
}

#lightbox-addthis-wrapper {
	left: 10px;
	position: absolute;
	bottom: 10px;
}

/* WK lightbox LIB */
.wk_lightbox_popup {
	position: fixed;
	z-index: 600;
}

.wk_lightbox_content {
	padding: 0px;
}

.wk_lightbox_overlay {
	background-color: #000;
	left: 0;
	min-height: 100%;
	opacity: 0.85;
	position: fixed;
	filter: alpha(opacity=85);
	top: 0;
	width: 100%;
	z-index: 500;
}

.wk_lightbox_replacement {
	background: none;
	padding: 0px !important;
	margin: 0px !important;
}

.wk_lightbox_close {
	background: url(../images/close-btn.gif) no-repeat 0 0;
	bottom: 10px;
	display: block;
	height: 20px;
	position: absolute;
	right: 10px;
	text-indent: -500em;
	width: 69px;
}

.wk_lightbox_close:hover {
	background-position: center bottom;
}