.owl-theme .owl-controls{
  left: 0;
    margin: 0 auto;
    opacity: 1;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 118px;
}
.owl-carousel:hover .owl-controls{opacity:1;}
.owl-theme .owl-controls .owl-buttons div.owl-prev{background:url("seo-sprite.png") no-repeat scroll -9px -93px;float:left;}
.owl-theme .owl-controls .owl-buttons div.owl-prev:hover{background-position:-59px -93px;}
.owl-theme .owl-controls .owl-buttons div.owl-next{background:url("seo-sprite.png") no-repeat scroll -9px -28px;float:right;}
.owl-theme .owl-controls .owl-buttons div.owl-next:hover{background-position:-59px -28px;}
.owl-theme .owl-controls .owl-buttons div{color:rgba(0, 0, 0, 0);cursor:pointer;}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100);opacity:1;text-decoration:none;}
.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1;*display:inline;}
.owl-theme .owl-controls .owl-page span{display:block;width:10px;height:10px;margin:0;filter:Alpha(Opacity=50);-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:#869791;border-width:2px;border-style:solid;}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{background:none;}
.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;}
.owl-item.loading{min-height:150px;background:url(AjaxLoader.gif) no-repeat center center}