.gallery-wrap{
    padding-bottom: 20px;

}
.gallery-wrap .album{
    float: left;
}
.gallery-wrap.half .album{
    width: 49%;
}
.gallery-wrap.half .album.odd{
    margin-right: 2%
}

@media only screen and (max-width: 767px) {
    .gallery-wrap .album, .gallery-wrap.half .album, .gallery-wrap.third .album, .gallery-wrap.single .album,.gallery-wrap .album.odd,.gallery-wrap .album.even{
        width: 100% ;
        margin-right: 0 !important;
    }
}
/*.albumWrap {
    float: left;
    width: 210px;
    margin-right: 10px;
}
.albumPreview {
    border: 1px solid #C7C7C7;
    height: 155px;
    overflow: hidden;
    text-align: center;
}
.albumPreview img {
    cursor: pointer;
    max-height: 350px;
    max-width: 350px;
}
.albumDescription {
    margin-left: 5px;
    margin-top: 7px;
}
.albumDescription p {
    font-size: 14px;
}
.albumDescription a {
    text-decoration: none;
    color: #007ADC;
    font-family: arial;
}
.albumHeading {
    color: #007ADC;
    font-weight: bold;
    margin-bottom: 5px;
}
.albumDate {
    font-style: italic;
}

.dialog-style.ui-dialog {
    background-color: #000000;
}
.ui-draggable .ui-dialog-titlebar {
    background: none repeat scroll 0 0 #000000;
    border: 0 none;
    color: #FFFFFF;
    cursor: move;
}
.gv_galleryWrap {
    background-color: #000 !important;
}
.gv_infobar {
    display: none;
}
.ui-dialog {
    border: 0 solid #000000;
    background: #000000;
}
.ui-dialog-titlebar .ui-icon {
    width: 32px;
    height: 35px;
}
.dialog-style.ui-widget-content {
    background: none repeat scroll 0 0 #000 !important;
    border: 0 solid #B6B6B6 !important;
    color: #4F4F4F;
}
.dialog-style.ui-dialog .ui-dialog-title {
    font-size: 20px;
}
.ui-dialog-titlebar .ui-dialog-titlebar-close span {
    background: url(images/gallery-close-sprite.png) no-repeat 0px 0px transparent !important;
}
.ui-dialog-titlebar .ui-dialog-titlebar-close:hover span {
    background: url("images/gallery-close-sprite.png") no-repeat scroll 0 -33px !important;
}
.ui-dialog-titlebar .ui-dialog-titlebar-close:active , .ui-dialog-titlebar .ui-dialog-titlebar-close:focus {
    outline: none;
}

.ui-dialog .ui-dialog-titlebar-close {
    margin: -20px 10px 0 0;
}
.shareOverlay {
    bottom: 10px;
    color: #FFFFFF;
    cursor: pointer;
    height: 20px;
    padding: 9px;
    position: absolute;
    right: 11px;
    width: 150px;
    z-index: 9999;
}
.shareOverlay > img {
    float: right;
    margin-top: -14px;
}
.albumCaptionBox {
    bottom: 72px;
    color: #FFFFFF;
    height: 18px;
    padding: 5px;
    position: absolute;
    width: 95%;
}
.gv_overlay h4 {
    font-size: 12px;
    font-weight: lighter;
}
.gv_overlay p {
    display: none;
}
.gv_overlay {
    background-color: #000000 !important;
}
.gv_caption {
    visibility: hidden;
}
.first_link, .last_link {
    display: none;
}
.albumPreview .albumSpacer {
    background-color: #FFFFFF;
    border: 5px solid #FFFFFF;
    height: 145px;
    overflow: hidden;
    width: 198px;
}*/