// Room Gallery $(document).ready(function(){ $(".owl-type").owlCarousel({ nav : true, // Show next and prev buttons navText: ["",""], loop:true, items : 1, autoplay:true, autoplayTimeout:3000, autoplayHoverPause:true, thumbs: false, }); });