
/* Getting some PNG Support */

img {
	behavior:url("http://www.belushis.com/__data/assets/file/0009/17694/pngbehavior.htc");
}

/*THIS IS THE LIGHTBOX*/

.lbAction {
	background-color: #FFFFFF;
	padding: 10px;
}
.button {
	background-color: #bddeff;
	margin-top: 5px;
	padding: 10px;
	border: 1px solid #6699cc;
	text-align: center;
}
#lightbox h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
}

#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:500px;
	height:400px;
	margin:-220px 0 0 -250px;
	border:1px solid #fff;
	background:#FFF;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.6;
	opacity:.60;
	filter: alpha(opacity=60);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done img{
	width:100%;
	height:100%;
}

		
