.modal-gallery.modal.fade.in {
  top: 50%;
}

.gallery-list{
 
}

div.pp_gallery ul li a img {width:50px;height:33px;}

ul.gallery-list{
 list-style: none;
 padding-left: 0px;
}

li.gallery-list-item{
 display: inline-block;
 overflow: hidden;
 text-align: center;
 margin-top: 20px;
}

.gallery-list-item img{

}

.gallery-list-item a{
 display:block;
}

.prev-lightbox{
 background: #000 url('/images/left.png') center center no-repeat;
 cursor: pointer;
 margin-top: 5%;
}

.next-lightbox{
 background: #000 url('/images/right.png') center center no-repeat;
 cursor: pointer;
 margin-top: 5%;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}