BODY{
    background-color: #000000;
    color: #ffffff;
}

.imageMain{
    text-align: center;
}

.gallery>DIV{
    position: relative;
}

.gallery{
    cursor: pointer;
    width: 202px;
    height: 202px;
    margin: 15px;
    border: 1px solid #eee;
    padding: 0px;
}
.gallery .title{
    text-align: center;
    margin-top: 30px;

    position: absolute;
    top: 0px;
    padding: 10px;
    width: 200px;
    height: 200px;
}

.garbage{
    display: none;
    position: absolute;
    top: 50px;
    right: 0px;
}

#clipboard{
    display: none;
}

.qrcode{
    position: absolute;
    top: 45px;
    left: 15px;
    background-color: #ffffff;
    padding: 20px;
}


.overlay {
    z-index: 2000;
    position: absolute !important;
    width: 200px;
    height: 100px;
    background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.6));
    bottom: 1px;
    top: 0px;
    margin-top: 100px;
    padding: 50px 10px 0px 10px;
}

.fotoMain2, .fotoMain3{
    display: none;
}


.galleryMain{
    width: 200px;
    height: 200px;
    position: absolute;
    cursor: pointer;

}


.image{
    cursor: pointer;
}

.image0 {

}

#info{

}

#actions{
    text-align: right;
}

.imageNextCache{
    width: 0px;
    height: 0px;
}

.panels DIV{
    position: relative;
    text-align: center;
    width: 200px;
    height: 200px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    border: 1px #333333 solid;
    margin: 3px;
}


.panels DIV IMG{
    background-color: #ffffff;
    opacity: 0.5;
}
.panels DIV SPAN{
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 30px;
    text-align: center;
    margin: auto;
    width: 100%;
    font-weight: bold;
    font-family: Tahoma;
    height: 100%;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    opacity: 0.6;
}

.panels{
    min-width: 220px;
}

.listImg{
    float: left;
    margin: 5px;
    position: relative;
}

.listImgDIV{
    width: 200px;
    height: 200px;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;

}

.starsDiv{
    position: absolute;
    top: 180px;
    left: 0px;
    z-index: 1000;
    text-align: right;
}

.listImgDIV.nopublic{
    background-color: #B0413E;
}

.star-rating{
    cursor: pointer;
}