/*ZR Lightbox
------------------------------------*/	
#mask { 
	background-color: #000;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
	position: absolute;
	z-index: 900;
	top: 0;
	left: 0;
	width: 100%;
}
#lightboxload {
	position: absolute;
	z-index: 990;
	}

	
#lightbox { 
	position: absolute;
	z-index: 1000;
	background-color: #F3F2F0;
	display: none;
	padding: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; 
  border-radius: 4px;
	box-shadow: .05em .05em 1em #333;
	-moz-box-shadow: .05em .05em 1em #333;
	-webkit-box-shadow: .05em .05em 1em #333;
	}

#lightboximage { 
	position: relative;
	z-index: 1020;
	}
	
#lightboxutil { 
	position: absolute;
	top: -10px;
	right: -12px;
	z-index: 1100;
	}

#lightboxutil img { 
	cursor: pointer;
	
	}
	
.lightboxprev {  
	}
	
.lightboxnext {  

	}

#lightboxcaption { 
	border: 1px solid #ddd;
	padding: 5px;
	color: #222;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
  border-radius: 3px;
	font-size: 12px;
	margin-top: 10px;
}
	

	
.zoomdetailhidden { 
	display: none;
	}
	


	
