#gallery{
    position: fixed;
    width:100%;
    height: 100%;
    overflow: hidden;
    display: none;   
    z-index: 9999;   
    top:0;    
    left:100%; 
    background: url("../images/layout/gallery_stin.png") 0px 0px repeat-x #FFF;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;        
}

#gallery_header{
    height: 130px;
    width:100%;
}

#gallery_body{    
    position: absolute;
    width:100%;
    height: 100%;       
    z-index: 1;
    color:#000;                 
    cursor: none;      
}

#gallery_footer{    
    width:100%;
    height: 240px;
    position: absolute;
    bottom: 0;
    left:0;
    background: #fff;    
}

#gallery_previewc{
    white-space:nowrap;
}

#gallery_download{
    background: url("../images/layout/gallery_download.png");
    width:35px;
    height: 43px;
    display: block;
    position: absolute;
    bottom: 120px;
    right: 25px;
}

#gallery_download:hover{
    background-position: -35px 0;
}


#gallery_footer span.im{
    background: #000;
    display: inline-block;
}

#gallery_footer img{
    height: 100px;
    cursor: pointer;
    margin-right: 1px;
    background: #000;
    opacity: 0.7;
    filter:alpha(opacity=80);
}

#gallery_footer img:hover{
    opacity: 1;
    filter:alpha(opacity=100);
}


#gallery_loading{
    position: absolute;
    left: 50%;
    top:50%;
    margin-left: -25px;    
    margin-top: -25px;
    z-index: 5;
    width: 50px;
    height: 50px;
}

#gallery_controls{
    height: 80px;
    width:100%;    
    position: absolute;
    bottom:0px;        
}

#gallery_counter{
    position: absolute;
    top: 30px;
    left:30px;    
    font-size:11px;        

}

#gallery_desc{
    height: 70px;
    margin: 0px auto;
    position: absolute;
    bottom: 0px;
    width: 50%;
    left:25%;

}

#gallery_desc td{
    text-align: center;
    vertical-align: top;
}

#gallery_title{   
    position: absolute;
    top:90px;
    width:100%;
    text-align: center;
    font-size:13px;
    color: #000;
    font-weight: bold;

}

#gallery_text{
    display: block;
    width:100%;    
    font-size:11px;
    color: #000;    
    background: #fff;    
    margin-top: 30px;
    margin-bottom: 90px;
    height: 20px;
    text-align: center;
}

#gallery_headertext{
    position: absolute;
    display: block;
    top:20px;
    left:50%;
    font-size: 11px;
    color:#606164;
    margin-left: -85px;
}

.gallery_close{
    font-size:30px;
    cursor: pointer;
    position: absolute;
    top:20px;
    right: 30px;    
    width: 30px;
    height: 31px;   
    z-index: 10000;

}

.gallery_close:hover{
    background-position: -30px 0px;
}

.gallery_close_000{
    background: url("../images/layout/close.png");    
}

#gallery_main{
    position: relative;
    width:100%;
    height: 100%;
    text-align: center;
}

.gallery_main_img{
    position: absolute;
    height: 100%;
    width:auto;
}

#gallery_panel{
    float:right;
    font-size:70px;
    margin-right: 15px;
    vertical-align: top;
    width:155px;
}

#gallery_panel span{
    cursor: pointer;
    width:38px;
    height: 34px;    
    position: relative;
    top:-9px;
}

.gallery_prev{    
    margin-right: 50px;
}

.gallery_prev:hover{
    background-position: -38px;
}

.gallery_prev_000 {
    background: url("../images/layout/prev.png"); 
    display:inline-block;
}

.gallery_prev_fff {
    background: url("../images/layout/prev.png"); 
    display:none;

}

.gallery_next_000{
    background: url("../images/layout/next.png");        
    display: inline-block;
}

.gallery_next_fff{
    background: url("../images/layout/next.png");    
    display: none;
}



.gallery_next:hover{
    background-position: -38px;
}

.gallery_switch{
    position:absolute;
    top:10px;
    left:50%;
    width:54px;
    height: 20px;
    margin: 0px 0px 0px -27px;    
    cursor: pointer;
}

.gallery_switch:hover{
    background-position: -54px 0px;
}

.gallery_switch_fff{
    background: url("../images/layout/gallery_fff.png");    
    display:none;
}

.gallery_switch_000{
    background: url("../images/layout/gallery_000.png");        
}

.gallery_mouse{
    width:61px;
    height: 61px;
    position: absolute;
    display: block;
    z-index: 5;
    margin-top: -150px;     
    margin-left: 3px;

}

#gallery_MR{
    background: url("../images/layout/next.png") no-repeat 0 0;
}

#gallery_ML{
    background: url("../images/layout/prev.png") no-repeat 0 0;
}

.lightboxFull{
    cursor: pointer;
}

/* THEME Magazine */

.magazine .gallery_main_img{
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, .5); 
    -moz-box-shadow: 0px 10px 10px rgba(0, 0, 0, .5); 
    box-shadow: 0px 10px 10px rgba(0, 0, 0, .5); 
}

.magazine .gallery_main_img.gright{
    -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, .5); 
    -moz-box-shadow: 10px 10px 10px rgba(0, 0, 0, .5); 
    box-shadow: 10px 10px 10px rgba(0, 0, 0, .5); 
}

.magazine #gallery_header{
    height: 75px;
}

.magazine #gallery_footer{
    height: 180px;
}

.magazine #gallery_text{
    margin-top: 0;
    margin-bottom: 60px;
}

.magazine #gallery_main_in{
    display: inline-block;
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, .5); 
    -moz-box-shadow: 0px 10px 10px rgba(0, 0, 0, .5); 
    box-shadow: 0px 10px 10px rgba(0, 0, 0, .5); 
}

.magazine #gallery_main_in.open{
    width:10px;
    margin-left: 10px;  
}

#gallery_super_view,#gallery_super_view .darker{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height: 100%;    
}

#gallery_super_view{
    z-index: 100000;
    overflow-y: scroll;
    
}

#gallery_super_view .darker{
    opacity:.8;
    background: #fff;
}

#gallery_super_view img{
    width:98%;
    margin: 1%;
    position: relative;
    cursor: pointer;
}