.slider_np{-webkit-tap-highlight-color:transparent; position:absolute; bottom: 30px; left:30px; width: 260px; height: 30px;}
.owl-theme .owl-controls .owl-nav [class*=owl-]{ height: 25px; width: 23px; background:#d6d6d6; position:absolute; bottom: 0;}
.prev {cursor:pointer; position:absolute; width:23px; height:26px; left:0; background:url(images/leftnp.png) left top no-repeat;}
.next {cursor:pointer; position:absolute; width:23px; height:26px; right:0; background:url(images/rightnp.png) left top no-repeat;}

.prev:hover { background:url(images/leftp.png) left top no-repeat;}
.next:hover { background:url(images/rightp.png) left top no-repeat;}

.sc2bf .prev { background:url(images/leftnp_b.png) left top no-repeat;}
.sc2bf .next { background:url(images/rightnp_b.png) left top no-repeat;}

.sc2bf .prev:hover { background:url(images/leftp_b.png) left top no-repeat;}
.sc2bf .next:hover { background:url(images/rightp_b.png) left top no-repeat;}

.owl-theme .owl-controls .owl-nav .disabled{opacity:.5;cursor:default}
.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}
.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}