.outer {  margin-bottom:50px}
#big .item {padding:0; margin:0; color: #FFF; border-radius: 3px; text-align: center; }
#thumbs .item {padding: 0px; margin:15px 8px 0 8px; color: #FFF; border-radius:0; text-align: center; cursor: pointer; overflow:hidden}
#thumbs .item h1 { font-size: 18px; }
#thumbs .item  {border:solid 2px #fff;}
#thumbs .item img {height:125px;  padding:3px; background:#fff;  object-fit: fill;}
#thumbs .current .item  img {border-radius:0; padding:2px; background:#ccc}
.owl-theme .owl-nav [class*='owl-'] { transition: all .3s ease; }
.owl-theme .owl-nav [class*='owl-'].disabled:hover { background-color: #D6D6D6; }
#big.owl-theme { position: relative; }
#big.owl-theme .owl-next, #big.owl-theme .owl-prev { background:#333; width: 22px; line-height:40px; height: 40px; margin-top: -20px; position: absolute; text-align:center; top: 50%; }
#big.owl-theme .owl-prev { left: 10px; }
#big.owl-theme .owl-next { right: 10px; }
#thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev { background:#333; }
#thumbs .item img { border-radius:0;}
#big .item img {border-radius:0; display:block}
#big .item { overflow:hidden;}