$(document).ready(function () { $.scrollup(); $("#par_box").owlcarousel({ autoplay: 3000, items: 6, itemsdesktop: [1199, 3], itemsdesktopsmall: [979, 3] }); $("#banner_box").owlcarousel({ navigation: true, singleitem: true, autoplay: 2000, transitionstyle: "fade" }); $("#banner_box").mouseover(function () { $("#banner_box .owl-buttons").show(); }).mouseout(function () { $("#banner_box .owl-buttons").hide(); }); var paginationl = -$("#banner_box .owl-pagination").width() / 2; $("#banner_box .owl-pagination").css("marginleft", paginationl); });