/*
*Owl Carousel Owl Demo Theme
*www.sucaijiayuan.com
*/

.owl-theme .owl-controls{ width:100%; text-align:center; display:none;}
/* Styling Next and Prev buttons*/

@media only screen and (max-width:1100px){
.owl-buttons{position:absolute; width:100%; left:0%; top:50%; height:19px; margin-top:-9.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*/ width:9px; height:19px;}
.owl-prev{background:url(../images/h_l.png) no-repeat; background-size:100% 100%; left:0px;}
.owl-prev:hover{background:url(../images/h_l_on.png) no-repeat; background-size:100% 100%;}
.owl-next{background:url(../images/h_r.png) no-repeat; background-size:100% 100%; right:0px;}
.owl-next:hover{background:url(../images/h_r_on.png) no-repeat; background-size:100% 100%;}


}

	}
@media only screen and (min-width:1100px){
.owl-buttons{position:absolute; width:100%; left:0%; top:50%; height:19px; margin-top:-9.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*/ width:9px; height:19px;}
.owl-prev{background:url(../images/h_l.png) no-repeat; background-size:100% 100%; left:-20px;}
.owl-prev:hover{background:url(../images/h_l_on.png) no-repeat; background-size:100% 100%;}
.owl-next{background:url(../images/h_r.png) no-repeat; background-size:100% 100%; right:-20px;}
.owl-next:hover{background:url(../images/h_r_on.png) no-repeat; background-size:100% 100%;}

}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver*/  z-index:5; position:relative}
@media only screen and (max-width: 1100px){
.owl-theme .owl-controls .owl-page span{display: block;width:10px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; height:10px;margin:0px 3px; background:rgba(0,0,0,.4);  }
#owl-demo1  .owl-controls{ position:absolute; bottom:15px; width:100%; text-align: center; height:15px; left:0px; top:auto;}
}
@media only screen and (max-width: 480px){
.owl-theme .owl-controls .owl-page span{}
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{background:#c48f87;}
#owl-demo1 .owl-controls .owl-page.active span,
#owl-demo1 .owl-controls.clickable .owl-page:hover span{background:#c48f87;}
/* 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}