.owl-theme .owl-controlls{margin-top:10px;text-align:center;}
/* Styling Next and Prev buttons */
.owl-theme .owl-controlls .owl-buttons div{color:#FFF;display:inline-block;zoom:1;*display:inline;/*IE7 life-saver */ font-size:12px; background-color:#000;opacity:0.9;position:absolute; background-image:url(../img/bgArrowsBoxVideo.png);}
.owl-prev{left:-8px;width:26px; height:28px; border:1px solid #fff; background-position:26px 0; text-indent:-999px; overflow:hidden;}
.owl-next{right:-8px;width:26px; height:28px; border:1px solid #fff; background-position:0 0; text-indent:-999px; overflow:hidden; }
#owl-videoBoxTipo1 .owl-prev{top:25%;}
#owl-videoBoxTipo1 .owl-next{top:25%;}
#owl-videoBoxTipo2 .owl-prev{top:40%;}
#owl-videoBoxTipo2 .owl-next{top:40%;}
#owl-fotoBoxTipo1 .owl-prev{top:25%;}
#owl-fotoBoxTipo1 .owl-next{top:25%;}
#owl-fotoBoxTipo2 .owl-prev{top:40%;}
#owl-fotoBoxTipo2 .owl-next{top:40%;}


/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controlls.clickable .owl-buttons div:hover{opacity:1;text-decoration:none;}
/* Styling Pagination*/
.owl-theme .owl-controlls .owl-page{display:inline-block;zoom:1;*display:inline;/*IE7 life-saver */}
.owl-theme .owl-controlls .owl-page span{display:block;width:8px;height:8px;margin:5px;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:#ebebeb;}
.owl-theme .owl-controlls .owl-page.active span,
.owl-theme .owl-controlls.clickable .owl-page:hover span{background-color:#b60505;}
/* If PaginationNumbers is true */
.owl-theme .owl-controlls .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;}