/**
 * Zen Lightbox v1.4
 *
 * @author Alex Clarke (aclarke@ansellandclarke.co.uk)
 * @copyright Copyright 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet_lightbox.css 2007-09-15 aclarke $
 */

#lightbox{
        position: absolute;
        left: 0;
        width: 100%;
        z-index: 1000;
        text-align: center;
        line-height: 0;
        }

#lightbox a img{ border: none; }

#outerImageContainer{
        position: relative;
        background-color: #fff;
        width: 250px;
        height: 250px;
        margin: 0 auto;
        }

#imageContainer{
        padding: 10px;
        }

#loading{
        position: absolute;
        top: 40%;
        left: 0%;
        height: 25%;
        width: 100%;
        text-align: center;
        line-height: 0;
        }
#hoverNav{
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 10;
        }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
        /* bof Zen Lightbox v1.4 aclarke 2007-09-18 */
        width: 63px;
        /* eof Zen Lightbox v1.4 aclarke 2007-09-18 */
        height: 32px !important;
        background: transparent url(../images/zen_lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
        display: block;
        }
/* bof Zen Lightbox v1.4 aclarke 2007-09-18 */
#prevLink {
        left: 0;
        float: left;
        background-image: url(../images/zen_lightbox/prevlabel.gif);
        background-position: left 0;
        background-repeat: no-repeat;
        }
#nextLink {
        right: 0;
        float: right;
        background-image: url(../images/zen_lightbox/nextlabel.gif);
        background-position: right 0;
        background-repeat: no-repeat;
        }
/*
#prevLink:hover, #prevLink:visited:hover { background: url(../images/zen_lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/zen_lightbox/nextlabel.gif) right 15% no-repeat; }
*/
/* eof Zen Lightbox v1.4 aclarke 2007-09-18 */

#imageDataContainer{
        font: 10px Verdana, Helvetica, sans-serif;
        background-color: #fff;
        margin: 0 auto;
        line-height: 1.4em;
        /* bof Zen Lightbox v1.4 aclarke 2007-09-18 */
        overflow: hidden;
        /* eof Zen Lightbox v1.4 aclarke 2007-09-18 */
        width: 100%
        }
#imageData{        padding:0 10px;        color: #666; }
/* bof Zen Lightbox v1.4 aclarke 2007-09-18 */
#imageData #imageDetails{ width: 60%; float: left; text-align: left; }
/* eof Zen Lightbox v1.4 aclarke 2007-09-18 */
#imageData #caption{ font-weight: bold; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; }
#imageData #bottomNavClose{        width: 66px; float: right;  padding-bottom: 0.7em; }

#overlay {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 90;
        width: 100%;
        height: 500px;
        background-color: #000;
        }