#bsPhotoGalleryModal .modal-content { border-radius: 0; }
#bsPhotoGalleryModal .modal-dialog img { text-align: center; margin: 0 auto; width: 100%; }
#bsPhotoGalleryModal .modal-body { padding: 0px !important;background:#eee url(../images/loading.gif) center 100px no-repeat; }
#bsPhotoGalleryModal .bsp-close { position: absolute; right: -14px; top: -11px; font-size: 30px; color: #fff; text-shadow: 1px 1px 18px #000; }

    #bsPhotoGalleryModal .bsp-close:hover { cursor: pointer; opacity: .6; text-shadow: none; }
.bspHasModal { cursor: pointer; }
    .bspHasModal .text { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.imgWrapper { overflow: hidden; background:#eee url(../images/loading.gif) center center no-repeat;}

a.bsp-controls,
a.bsp-controls:visited,
a.bsp-controls:active { position: absolute; top: 44%; font-size: 26px; color: #fff; text-shadow: 1px 1px 18px #000; }
    a.bsp-controls.next { right: -10px; }
    a.bsp-controls.previous { left: -10px; }
    a.bsp-controls:hover { opacity: .6; text-shadow: none; }
.bsp-text-container { clear: both; display: block; padding-bottom: 5px; }
#bsPhotoGalleryModal h6 { margin-bottom: 0; font-weight: bold; color: #000; font-size: 14px; padding-left: 12px; padding-right: 12px; margin-bottom: 5px; }
#bsPhotoGalleryModal .pText { font-size: 11px; margin-bottom: 0px; padding: 0 12px 5px; }

ul.gallery { padding: 0 0 0 0; margin: 0 0 40px 0; }
    ul.gallery li { list-style: none; margin-bottom: 10px; }
.text { color: #666; font-size: 11px; padding: 5px; background: #fff; }
.bspHasModal > div { background: #fff; box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2); overflow: hidden; }
    .bspHasModal > div img { transform: scale(1); transition: 3s all ease-out; }
    .bspHasModal > div:hover img { transform: scale(1.5); transition: .3s all ease-out; }
    li.title > div { padding: 10px; min-height: 148px; background:#fff url(../images/gallery.png) bottom right no-repeat; }
    li.title {pointer-events:none}