/*ZR Image 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: #fff;
	display: none;
	padding: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
  border-radius: 3px;
	}
	
/*#lightbox h3 { 
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	}
	
#lightbox h2 { 
	position: absolute;
	z-index: 1000;
	background-color: #fff;
	display: none;
	
	}
	
#ajaxboxcontent #ajaxboxcopy h2 { 
	position: static;
	display: block;
	line-height: 1.2em;
}

#ajaxboxcontent ul { 
	margin: 1.12em 40px;
	list-style-type:disc;
}
	
.ajaxbox { 
	width: 500px;
	}
	
.ajaxbox h1 { 
	width: 321px;
	}
	
#ajaxboxcontent { 
	margin: 0 0 0 0;
	padding: 20px;
	overflow: auto;
	text-align: left;
	}
	
#ajaxboxcontent .copy { 
	padding-bottom: 1.5em;
	}

	
#lightbox.videobox { 
	width: 640px;
	min-height:360px;
	padding: 20px;
	}
*/

#lightboxutil { 
	position: absolute;
	top: -8px;
	right: -10px;
	z-index: 1100;
	}

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

#lightboximage { 
	padding:  0 0 10px 0;
	position: relative;
	z-index: 1020;
	}

#lightboximage img { 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
  border-radius: 3px;
	}	
	
#lightbox #lightboximage a { 
	text-decoration: none !important;
	padding: 0 !important;
	margin: 0 !important;
	}

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

	
	
/*#videoboxpath { 
	display: none;
	}*/
	
/*#lightboxcaption { 
	top: 10px;
	left: 10px;
	padding: 10px 10px 20px 10px;
	background: #fff;
	opacity: 0;
	filter:alpha(opacity=0);
	text-align: center;
	margin: 0;
	position: absolute;
	z-index: 1050;
	color: #000;
	}*/
/*	
#lbminiclose { 
	position: absolute;
	bottom: 5px; 
	right: 5px;
	cursor: pointer;
	}
	
.zoomdetailhidden { 
	display: none;
	}*/
	


	

