/**
 * @version		1.0
 * @package		SimpleBox
 * @author    Fotis Evangelou - http://nuevvo.com/labs/simplebox
 * @copyright	Copyright (c) 2008-2011 Fotis Evangelou / Nuevvo Webware Ltd. All rights reserved.
 * @license		GNU/GPL license: http://www.gnu.org/copyleft/gpl.html
 */

/* SimpleBox */
#jwSBoverlay {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    z-index: 1000100999999999;
}

#jwSBcontainer {
    background: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000110999999999;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
    margin: 0;
    padding: 0;
    border: none;
}

#jwSBcontainer a, #jwSBcontainer a:hover {
    display: block;
    width: 100%;
    height: 100%;
    background: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
    border: none;
}

#jwSBcontent {
    background: transparent url(../images/loading.gif) no-repeat 50% 50%!important;
    top: 50%;
    left: 50%;
    padding: 8px;
    position: fixed;
    z-index: 1000120999999999;
}

#jwSBcontent a#jwSBclose, #jwSBcontent a#jwSBclose:hover {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 28px;
    height: 28px;
    #background: url(../images/close.png) no-repeat 0 0;
    float: right;
    text-align: right;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

#jwSBcontent a img {
    border: none;
    margin: 0;
    padding: 0;
}

#jwSBcontent a#jwSBimage, #jwSBcontent a#jwSBimage:hover {
    border: none;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#jwSBcontent span#sbcaption {
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 30px;
    display: block;
    background: #000;
    #display: block;
    display: none;
    margin: 8px;
    padding: 8px;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 1000130999999999;
}
