.opacity0{
	opacity: 0;
	-moz-opacity: 0; 
	filter: alpha(opacity=0);
}

#lbOverlay { 
	position:fixed; 
	top: 0; 
	left: 0; 
	z-index: 99998; 
	width: 100%; 
	height: 500px; 
	background-color: #000000;
	opacity: 0.5;
	-moz-opacity: 0.50; 
	filter: alpha(opacity=50); 
}

#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: none; }

#lbOuterContainer {
	position:relative;
	background-color:white; 
	width: 200px; 
	height: 200px; 
	margin: 0 auto; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	text-align:left;
}

#lbImageContainer {
	/*padding:10px;*/
	margin:10px;
	line-height:1em;
	position:absolute;
}

#lbCloseButton{
	position:absolute;
	width:20px;
	height:20px;
	margin-left:-6px;
	margin-top:-6px;
	background-image:url(/common/img/lytebox/dialog_close.png);
	background-repeat:no-repeat;
}

.lbLoading {
	position: absolute; top: 40%; left: 0%; height: 60px; width: 100%; text-align: center; line-height: 0; 
	background-image:url(/common/img/lytebox/loading.gif);
	background-repeat:no-repeat;
	background-position:center center;
}

.lbLoadingNoSpinner {
	position: absolute; top: 40%; left: 0%; height: 60px; width: 100%; text-align: center; line-height: 0; 
	background-image:none;
}
