#pictures_viewer_container{
    visibility:hidden;
    text-align:center;
    width:100%;
    height:100%;
    position:fixed;
    z-index:1000;
    left:0px;
    top:0px;
    background-color: rgba(0,0,0, 0.90);
    }
.pictures_viewer_next:hover{
    background-image: url('/img/icn_arrow_right.png');
    background-color: rgba(0,0,0, 0.40);
    cursor:pointer;
    }
.pictures_viewer_prev:hover{
    background-image: url('/img/icn_arrow_left.png');
    background-color: rgba(0,0,0, 0.40);
    cursor:pointer;
    }
.pictures_viewer_next{
    background-repeat:no-repeat;
    background-size:20%;
    background-position:center;
    height:100%;
    width:30%;
    position:fixed;
    right:0px;
    top:0px;
    z-index:1001;
    }
.pictures_viewer_prev{
    background-repeat:no-repeat;
    background-size:20%;
    background-position:center;
    height:100%;
    width:30%;
    position:fixed;
    left:0px;
    top:0px;
    z-index:1001;
    }
#pictures_viewer_inner_div{
    width:100%;
    height:100%;
    }
#pictures_status_overlay{
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    background-color: rgba(0,0,0, 0.70);
    background-image: url('/img/loading.gif');
    background-repeat: no-repeat;
    background-position: center;
    }
#pictures_img_frame{
    position:relative;
    transform: translateY(-50%);
    top:50%;
    max-width:95%;
    max-height:95%;
    }
#pictures_date_cell{
    position:absolute;
    bottom:50px;
    right:50px;
    color:white;
    font-size:20px;
    }
.pictures_gallery{
    visibility:hidden;
    }
.pictures_controls{
    position:fixed;
    top:5%;
    right:5%;
    color:white;
    z-index:1002;
    }
.pictures_controls DIV{
    display:inline-block;
    width:40px;
    height:40px;
    background-repeat: no-repeat;
    background-position: center;
    cursor:pointer;
    }
.pictures_controls_rotate_r{
    background-image: url('/img/icn_rotate_right.png');
    }
.pictures_controls_rotate_l{
    background-image: url('/img/icn_rotate_left.png');
    }
.pictures_controls_next{
    background-image: url('/img/icn_arrow_right.png');
    }
.pictures_controls_prev{
    background-image: url('/img/icn_arrow_left.png');
    }
.pictures_controls_100{
    }
.pictures_controls_close{
    background-image: url('/img/icn_close.png');
    }
.pictures_gallery_item{
    border:solid red 1px;
    padding:3px 3px 3px 3px;
    vertical-align:top;
    }
.pictures_gallery_item_wrap{
    display:inline-block;
    vertical-align:top;
    position:relative;
    }
.pictures_gallery_item_delete{
    position:absolute;
    right:3px;
    top:3px;
    width:16px;
    height:16px;
    }
