/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

#lightbox      { width:555px; height:555px; margin:-330px 0 0 -235px; background:#fff; display:none; position: absolute; top:50%; left:50%; z-index:9999; text-align:left; }
#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; }


#popup   { padding:50px; }
#lightbox #page  { width:555px; height:555px; text-align:center; }
#lightbox #popup { padding:0; }


.gallery  { width:555px; font-family: Arial, Helvetica, sans-serif; font-size:1.1em; color:#7d1919; background:#fff; text-align:left; margin:0 auto; }
.gallery a       { color:#7d1919; font-weight:bold; }
.gallery a img   { vertical-align:bottom; }
.gallery a:hover { color:#7d1919; }
.gallery .img    { padding:10px; text-align:center !important; border-bottom:1px solid #7d1919; position:relative; top:-5px; background:url('../images/lightbox-top.gif') 0 0 no-repeat; height:521px; line-height:521px; overflow:hidden; }
.gallery .img2   { _position:absolute; _top:50%; _left:50%; }
.gallery .img img   { vertical-align:middle; _position:relative; _top:-50%; _left:-50%; }
.gallery .nav       { position:relative; bottom:-5px; background:url('../images/lightbox-bottom.gif') 0 100% no-repeat; }
.gallery .nav       { position:relative; bottom:-5px; background:url('../images/lightbox-bottom.gif') 0 100% no-repeat; }
.gallery .nav .prev { padding:3px 10px 10px 50px; float:left; }
.gallery .nav .next { padding:3px 50px 10px 10px; float:right; }
.gallery .nav .sum  { margin:0 100px; }

