$(document).ready(function() { $('#gallerycarousel').flexslider({ animation: "slide", controlNav: false, animationLoop: false, slideshow: false, itemWidth:144, itemMargin: 10, asNavFor: '#galleryslider' }); $('#galleryslider').flexslider({ animation: "slide", controlNav: false, animationLoop: false, slideshow: false, sync: "#gallerycarousel", }); });