/**************** Gallery CSS ****************/
.gallery_back_button span.back_btn {
    background-image: none !important;
    display: block;
    height: auto !important;
    width: auto !important;
}
.gallery_back_button span.back_btn:before {    
    color: #287eff;
    content: "<";
    display: block;
    font-family: 'ModernPictogramsNormal';
    font-size: 4em;
    text-decoration: none;
}
.gallery_back_button span.back_btn:hover:before,  .gallery_back_button span.back_btn:hover{    
    color: #69a5ff;
    text-decoration: none !important;
}
.gallery_back_button span.back_btn:active:before {    
    position: relative;
    top: 1px;
}

/**************** Thumbnails ****************/
.mbpgallery-category-box-file {
    background: #fff;
    border: 1px solid #f1f1f1;
}
.mbpgallery-category-box-file:hover {
    background: #f1f1f1;
    border: 1px solid #f1f1f1;
}
.mbpgallery-category-box-file img {
    border: none !important;
}
.mbpgallery-category-box-file a, .mbpgallery-category-box-file button, .mbpgallery-category-box-file {
    color: #287eff;
}
.mbpgallery-category-box-file a:hover, .mbpgallery-category-box-file button:hover{
    color: #555555;
}