
.gallery_prev{
    position: relative;
    float: left;
    text-align: left;
    padding: 0px;
    margin: 0px 10px 10px 0px;
    width: 94px;
    height: 80px;    
}

.gallery_prev a{
    float: left;
    width: 94px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}


	/*	
.gallery_prev img{
    border: 1px solid #E8F3F7;
    padding: 5px;
    margin: 0px 0px 2px 0px;
    background: white;
}

.gallery_prev:hover img{
    border: 1px solid #42598f;
    filter: alpha(opacity=80);
    opacity: 0.8;

}
*/
