#overlay { position: fixed; _position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.8); *background: #333; *filter: alpha(opacity=80); display: none; z-index:9999; }

#lightbox { position: fixed; _position: absolute; top: 50%; left: 50%; padding: 10px; background: #fff; width: 600px; height: 400px; margin: -200px 0 0 -300px; display: none; z-index:10000; -moz-box-shadow: 0 0 20px rgba(0,0,0,1.0); -webkit-box-shadow: 0 0 20px rgba(0,0,0,1.0); box-shadow: 0 0 20px rgba(0,0,0,1.0); }

#lightbox.loading { background: #fff url('loading-lightbox.gif') no-repeat 50% 50%; }
		
#lightbox a.close { color: #111; background: #fff; position: absolute; right: 0; top: 0; display: block; font-size: 10px; z-index: 5; padding: 8px 14px 4px 6px; }

#lightbox a.prev, #lightbox a.next { color: #111; position: absolute; top: 50%; left: 0; padding: 5px; background: #fff; margin-top: -0.5em; width: 6em; text-align: center; opacity: 0.5; }

#lightbox a.next { left: auto; right: 0; }

#lightbox a:hover.prev, #lightbox a:hover.next { opacity: 1; }