﻿
.outer { margin:0 auto; max-width:800px;padding:0px 50px;}
#big .item { background: #fff; padding:0px; margin:2px; color: #FFF; border-radius: 3px; text-align: center; }
#thumbs .item { background: #C9C9C9; height:auto;border:solid 1px #eee;line-height:70px; padding: 0px; margin:2px; color: #FFF; border-radius: 3px; text-align: center; cursor: pointer; }
#thumbs .current .item { background:#FF5722; }
.owl-theme .owl-nav [class*='owl-'] { -webkit-transition: all .3s ease; 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-color:transparent; width: 22px; line-height:40px; height: 40px; margin-top: -20px; position: absolute; text-align:center; top: 50%; }
#big.owl-theme .owl-next:hover, #big.owl-theme .owl-prev:hover { color:#000;background-color:#eee; }
#big.owl-theme .owl-prev { left: -50px; }
#big.owl-theme .owl-next { right: -50px; }
#thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev { background:#333; }

@media ( max-width: 768px ) { 
    .outer { padding:0px; }
    #big.owl-theme .owl-next, #big.owl-theme .owl-prev { display:none; }
}
