/*
*Owl Carousel Owl Demo Theme
*www.sucaijiayuan.com
*/

.owl-theme .owl-controls{ width:100%; text-align:center; display:none;}
/* Styling Next and Prev buttons*/




.owl-buttons{position:absolute; width:100%; top:50%; margin-top:-54.5px;}
.owl-theme .owl-controls .owl-buttons div{color: #FFF; position:absolute; font-size:0px; display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver*/ }


.owl-theme .owl-buttons {
    position: absolute;
    width: 100%;
    height: 40px;
    top: 50%;
    right: 0px;
    margin-top: -50px;
    filter:alpha(opacity=0); -moz-opacity:0; opacity:0;
}
.owl-theme:hover .owl-buttons {
    filter:alpha(opacity=100); -moz-opacity:1; opacity:1;
}
.owl-theme .owl-prev,.owl-theme .owl-next {
    background: url(../images/jt.png) no-repeat;
    background-size: 100% 100%;
    right: -45px;
    width: 40px;
    height: 40px;
}

.owl-theme .owl-prev {
    left: -45px;
    right: auto;
    transform: rotate(180deg);
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver*/}
/*@media only screen and (max-width: 680px){*/
/*.owl-theme .owl-controls .owl-page span{display: block;margin:0px 4px; background:#7d7d7d;   width:16px; height:16px; -moz-border-radius:15px; -webkit-border-radius:15px; border-radius:15px;}*/
/*}*/


.owl-theme .owl-controls .owl-page span{display: block;margin:0px 4px; background:rgba(0,0,0,.2);   width:11px; height:11px; -moz-border-radius:15px; -webkit-border-radius:15px; border-radius:15px;}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{  background:rgba(0,0,0,.6);  }
/* If PaginationNumbers is true*/
.owl-theme .owl-controls .owl-page span.owl-numbers{height: auto;width: auto;color: #FFF;padding: 2px 10px;font-size: 12px;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;}
/* preloading images*/
.owl-item.loading{min-height: 150px;background: url(../images/AjaxLoader.gif) no-repeat center center}