/* Main Div 554 + 150 704 */
#egallery_main_div{
    border: 0px solid #fff;
    position: relative;
    width: 758px;
    height: 397px;
}

/* Div for folders tabs 251 +150 401*/
#egallery_dirs_div{
    border: 1px solid #2F71AB;
    position: relative;
    width: 464px;
    height: 35px;
    left: 0px;
    overflow: hidden;
}

/* Div for files thumbnails 245 +150 395*/
#egallery_dircontent_div{
    border: 1px solid #4F91E9;
    position: relative;
    width: 458px;
    height: 205px;
    top: 1px;
    left: 0px;
    overflow: auto;
    padding: 3px;
}

/* Div for files information */
#egallery_info_div{
    border: 1px solid #2F71AB;
    position: relative;
    width: 464px;
    height: 147px;
    top: 1px;
    left: 0px;
    text-align: left;
    overflow: auto;
}

/* Pics infos
#egallery_infos_pic{
    padding-bottom: 4px;
    border-bottom: 1px dotted #4F91E9;
}
*/

/* Album infos */
#egallery_infos_albums{
    padding-top: 2px;
}

/* File infos */
#egallery_infos_file{
    padding-top: 2px;
    display: none;
}

/* Div for image preview */
#egallery_preview_div{
    border: 1px solid #4F91E9;
    position: relative;
    width: 298px;
    height: 398px;
    top: -399px;
    left: 468px;
    text-align: center;
    overflow: hidden;
}

/* Thumbnails images */
.egallery_th_img{
    width: 45px;
    height: 45px;
    border: 1px solid #fff;
    margin: 1px;
}

/* Preview image */
#egallery_preview_img{
    width: 298px;
}

/*  */
#egallery_fullview{
    position: absolute;
    top: 25px;
    margin: auto;
    display: none;
    border: 2px solid #4F91E9;
    z-index: 1000;
}

/* Preview folders div */
#egallery_preview_folder{
     border: 1px solid #000;
     margin: auto;
     margin-top: 8px;
}


/* Display one picture */

/* Overlay */
#egallery_overlay{
    display: none;
    position: absolute;
    z-index:80;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000000;
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

#egallery_box{
    /*width:300px;*/
    background:#2d2d2d;
    padding:10px;
    border:2px solid #eee;
    z-index:900;
}

#egallery_close{
    position:absolute;
    top:-5px;
    right:-5px;
    cursor:pointer;
    z-index:900;
}

.egallery_current_album{
    font-weight: bold;
    color: #c00;
}

.egallery_other_album{
    
}

.egallery_album{
    font-weight: bold;
}

.current{
    font-weight: bold;
    background-color: #fff;
    color: #c00;
}

.b_link{
    cursor: pointer;
}

.b_link_pic{
    cursor: pointer;
    margin: 5px;
}