/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
}
#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    text-align: center;
    line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-l-wrapper {
    width: 50%;
    overflow: hidden;
    float: left;
}
#lightbox-r-wrapper {
    width: 50%;
    overflow: hidden;
}
#lightbox-r-wrapper img {
    margin-left: -100%;
}
#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
#lightbox-nav {
    display:none !important;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext a {
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
}
#lightbox-nav-btnPrev {
    left: 0;
    float: left;
}
#lightbox-nav-btnNext {
    right: 0;
    float: right;
}
#navCtrl {
    text-align: center;
    width : 60%;
    float: right;
}
#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 14px;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0;
}
#lightbox-container-image-data {
    padding: 0 10px;
    color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
    width: 70%;
    float: left;
    text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
    display: block;
    clear: left;
    padding-bottom: 13px;
    font-size:13px;
}
#lightbox-secNav-btnClose {
    width: 66px;
    float: right;
    padding-bottom: 9px;
}
/*light.css*/
.lbox_select{
    cursor: pointer;
}
#lbox_wrapper{
    width: 675px;
    position: relative;
    -webkit-box-shadow: 0 0 15px 0 #555; /* Safari, Chrome用 */
    -moz-box-shadow: 0 0 15px 0 #555; /* Firefox用 */
    box-shadow: 0 0 15px 0 #555; /* CSS3 */
    position: absolute;
    top:0;
    z-index: 10001;
}
#lbox_header{
    height: 60px;
    background-color: #333;
    padding: 15px 0 0 15px;
    overflow: hidden;
}
#lbox_tll{
    border-left: #cc0000 solid 5px;
    line-height: 1;
    padding: 7px 0 7px 10px;
    color: #fff;
    font-size: 16px;
    float: left;
}
#lbox_close{
    width: 45px;
    height: 45px;
    background:url(../../img/pc/lbox_close_l.png) 15px 15px no-repeat;
    float: right;
    margin-top: -15px;
    cursor: pointer;
}
#lbox_body{
    overflow: hidden;
    background-color: #fff;
}
#lbox_body:after {
    border:10px solid transparent;
    border-right-color:#fff;
    border-left-width:0;
    width:0;
    left:-10px;
    content:"";
    display:block;
    top:150px;
    position:absolute;
}
#lbox_body:before {
    border:11px solid transparent;
    border-right-color:#999;
    border-left-width:0;
    width:0;
    left:-11px;
    content:"";
    display:block;
    top:149px;
    position:absolute;
}
#lbox_body ul,li{
    margin: 0;
    padding: 0;
    list-style: none;
}
#lbox_body li{
    float: left;
    width: 135px;
    height: 33px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    border-right: 1px solid #cccccc;
}
#lbox_body li div{
    display: table;
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 1.2;
    color: #666;
}
#lbox_body li:nth-of-type(10n-4),#lbox_body li:nth-of-type(10n-3),#lbox_body li:nth-of-type(10n-2),#lbox_body li:nth-of-type(10n-1),#lbox_body li:nth-of-type(10n){
    background-color: #f5f5f5;
}
#lbox_body li:nth-of-type(5n){
    border-right: none;
}
#lbox_body li a{
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    padding: 0 5px 0 5px;
    color: #09f;
}
#lbox_body li a span{
    margin-left: 2px;
    font-size: 10px;
    color: #666;
    text-decoration: none;
}
#lbox_body li a:hover span{
    color: #c00;
}
#lbox_body li a:hover{
    text-decoration:underline;
    background-color: #ffe8e8;
    color: #c00;
}
#lbox_body .select_cell{
    background: #c00 url(../../img/pc/lbox_close_s.png) 120px 11px no-repeat;
}
#lbox_body .select_cell a{
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    padding: 0 15px 0 5px;
    color: #fff;
}
#lbox_body .select_cell a:hover{
    text-decoration:underline;
    color: #fff;
    background: #c00 url(../../img/pc/lbox_close_s.png) 120px 11px no-repeat;
}
/*light.css-bg*/
#lbox_contentBG{
    background-color: #fff;
    position: fixed;
    opacity:0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}
