/*
 *	Media Gallery styling
 */

ul.gallery {
    list-style: none;
    line-height: normal;
    margin: 1em 0;
    padding: 0;
}
    ul.gallery > li {
        margin: 5px 5px 10px 5px;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: top;
        background: none !important;
    }
    ul.gallery > li a {
        display: block;
        text-align: center;
        overflow: hidden;
        border: 1px solid #e6e6e6;
    }
    ul.gallery .image_wrap {
        display: block;
        width: 150px;
        height: 150px;
        overflow: hidden;
        padding: 0.6em;
    }
    ul.gallery .image_text {
        display: block;
        padding: 1em 0.8em;
        background: #f7f7f7;
        border-top: 1px solid #e6e6e6;
    }
