/*
 * MWS Admin v2.1 - Gallery Stylesheet
 * This file is part of MWS Admin, an Admin template build for sale at ThemeForest.
 * All copyright to this file is hold by Mairel Theafila <maimairel@yahoo.com> a.k.a nagaemas on ThemeForest.
 * Last Updated:
 * December 08, 2012
 *
 */

.mws-gallery {
    text-align: center;
}

.mws-gallery li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: none;
    width: 160px;
    height: 160px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.mws-gallery li:hover .mws-gallery-overlay {
    display: block;
}

.mws-gallery li .mws-gallery-overlay {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 0;
    right: 0;
    display: none;
    text-align: center;
}

.mws-gallery li .mws-gallery-overlay .mws-gallery-btn {
    width: 30px;
    height: 30px;
    border: 1px solid #252525;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: center;
    background: #323232;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.mws-gallery li .mws-gallery-overlay .mws-gallery-btn [class*="icon-"] {
    font-size: 18px;
    color: #fff;
    line-height: 32px;
}

.mws-gallery li .mws-gallery-overlay .mws-gallery-btn:hover {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
}