/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_ImageGallery
 * @author    Webkul
 * @copyright Copyright (c) 2010-2016 Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
.wk_gallery_img_container{
    border: 3px solid #dedede;
    box-shadow: 0 0 3px #7d7575;
    height: 200px;
    margin-bottom: 3px;
    position: relative;
    width: 200px;
    display: inline-block;
}
.wk_gallery{
    display: inline-block;
    height: 235px;
    margin: 5px;
    width: 200px;
    padding: 5px;
    margin-bottom: 10px;
}
.wk_gallery_desc{
    text-align: center;
    display: inline-block;
}
.gallery_name{
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.wk_gallery_album img{
    height: 200px;
    left: 0;
    position: absolute;
    width: 200px;
}
.wk_gallery_image{
    width: 200px;
}
.imagegallery{
    border: 1px solid #e5e5e5;
    border-bottom-width: 2px;
    box-shadow: none;
    display: inline-block;
    max-height: 59px;
    margin: 0 1.61% 15px 0;
    width: 18.14%;
    text-align: center;
    overflow: hidden;
    vertical-align: top;
}
.imagegallery:nth-child(5n) {
    margin-right: 0;
}
.imagegallery.active,
.imagegallery:hover {
    text-decoration: none;
    border-bottom-width: 2px;
    border-bottom-color: #005dab;
    box-shadow: 0 1px 0 #005dab;
}
.imagegallery img {
    height: auto;
    /*max-height: 56px;*/
    width: 100%;
}
.content1{
    border-top: 1px solid #e2e2e2;
    margin-top: 5px;
    padding-top: 2px;
    text-align: center;
}
.gallery_container{
    text-align: center;
}
.wk_imagegallery_container {
    text-align: left;
    overflow: hidden;
    zoom: 1;
}
