/**
 * Owl Carousel v2.1.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
 
 
 .owl-demo1-wrap{ position:relative;}
 .owl-demo1-wrap .owl-buttons .owl-prev , .owl-demo1-wrap .owl-buttons .owl-next{ position:absolute; top:45px;}
 .owl-demo1-wrap .owl-buttons .owl-prev , .owl-demo1-wrap .owl-buttons .owl-next:hover{ cursor:pointer;}
 .owl-demo1-wrap .owl-prev{ left:0px;}
 .owl-demo1-wrap .owl-next{ right:0px;}