.mbpgallery_category_wrapper, .mbpgallery_category_wrapper:hover {
    -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.gallery_category_title {
    width: 100%;
    float: none;
}
.gallery_category_title h1 {
    text-transform: uppercase;    
}
.mbpgallery-category-box-file:hover {
    opacity: 0.75;
}
.mbpgallery-category-box-file {
    max-height: 200px;
    background: none repeat scroll 0 0 #fff;
    border: none;
    float: left;
    margin: 10px;
    overflow: hidden;
    padding: 0;
    text-align: center;
}
.mbpgallery-category-box-file:hover {
    background: none;
    border: none;
}
.mbpgallery-category-box-file a, .mbpgallery-category-box-file button, .mbpgallery-category-box-file {
    color: #000000;
    font-size: 100%;
    text-decoration: none;
    line-height: 1.1em;
}
.liquid .previous,
.liquid .next{
    width: 20px !important;
    cursor: pointer;
}
.liquid .previous{
    background: url(images/icons/product_gallery_prev.jpg) no-repeat center center !important;
}
.liquid .next{
    background: url(images/icons/product_gallery_next.jpg) no-repeat center center !important;
}
.mbpgallery-category-box-file-first {
    margin-bottom: 8px;
}