.img{
    padding: 4px; border: 1px solid #ccc;
    background-color: white;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 3px 3px 3px black;
    -webkit-box-shadow: 3px 3px 3px black;
    box-shadow: 3px 3px 3px black;

}
/*---------------------PHOTO------------------------------*/

.fix_image_thumb{
    height: auto;
    width: auto;
    text-align: center;
    background-color: green;
    z-index: 0;
    position: absolute;
    border: 1px solid silver;

}
.fix_image_thumb_image{
    display: table;
    height: 100px;
    width: 100%;
}
.fix_image_thumb_image a{
    z-index: 0;
    display: table-cell;
    vertical-align: middle;
}
.fix_image_thumb_image img{
    height: 80px !important;
    max-width: 100px !important;
    margin: 0 !important;
}

.thumb_horizontal{
    float: left;
    margin: 7px;
    padding: 4px;
    background-color: white;
    z-index: 2;
    text-align: center; vertical-align: middle;
}

.cover_top{
    position: absolute;
    height: 20px;
    width: 100%;
    background-color: red;
    z-index: 5;
    top:0;
}
.cover_bottom{
    position: absolute;
    height: 20px;
    width: 100%;
    background-color: red;
    z-index: 5;
    bottom:0;
}