/*
*Owl Carousel Owl Demo Theme
*www.mycodes.net
*/
.owl-theme .owl-controls{text-align: center; height: 101px; position: absolute; left: 0; top: 0; width: 100%; z-index: 9;}
/* Styling Next and Prev buttons*/
.owl-theme .owl-controls .owl-buttons div{display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver*/margin: 5px;padding: 3px 10px;}
/* Clickable class fix problem with hover on touch devices*//* Use it for non-touch hover action*/
.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1;text-decoration: none;}
/* Styling Pagination*/
.owl-buttons{height: 101px; position: relative;}

.owl-prev{position: absolute; left: 0; top: 30px;}
.owl-next{position: absolute; right: 0; top: 30px;}

