.lightbox {
	position: absolute;
	z-index: 9999;
	padding: 21px 17px;
	/*border*/
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	/*swadow*/
	-webkit-box-shadow: 0 0 40px #888;;
	-moz-box-shadow: 0 0 40px #888;;
	box-shadow: 0 0 40px #888;;
}
.lightbox .lightbox_content {
	position: relative;
}
.lightbox .close_button {
	position: absolute;
	top: -35px;
	right: -31px;
	background: url(/pics/lightbox/close_button.png);
	_right: -15px;
	_background: url(/pics/lightbox/close_button.gif);
	width: 38px;
	height: 38px;
	cursor: pointer;
	}

/* OVERLAY */
.spc_overlay {
	z-index: 9995;
	width:100%;
	height:100%;
	-moz-opacity: 0.60;
	opacity:.60;
	filter: alpha(opacity=60);
}
.spc_overlay {
	position:fixed;
	_position:absolute;
	left:0;
}
.spc_overlay { background: #2F2F2F; z-index:100; }
