/**************** 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: #187f28;
    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: #f10f5b;
    text-decoration: none !important;
}
.gallery_back_button span.back_btn:active:before {    
    position: relative;
    top: 1px;
}
.mbpgallery-categories-box-file-first {
    background: none repeat scroll 0 0 #f0f0f0;
    border-radius: 0;
    box-shadow: none;
    display: block;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 15px;
    vertical-align: middle;
}
#categories_list > .mbpgallery-categories-box-file > center:after {
    font-family: 'ModernPictogramsNormal';
    font-size: 2em;
    content: "W";
}
/**************** Thumbnails ****************/
.mbpgallery-category-box-file {
    background: #f0f0f0;
    border: 1px solid #f0f0f0;
}
.mbpgallery-category-box-file:hover {
    background: #ececec;
    border: 1px solid #ececec;
}
.mbpgallery-category-box-file img {
    border: none !important;
}
.mbpgallery-category-box-file a, .mbpgallery-category-box-file button, .mbpgallery-category-box-file {
    color: #187f28;
}
.mbpgallery-category-box-file a:hover, .mbpgallery-category-box-file button:hover{
    color: #555555;
}