var $j = jQuery.noConflict(); $j(document).ready(function(){ $j('#slider').nivoSlider({ effect:'random', // Specify sets like: 'fold,fade,sliceDown' controlNav:false, // 1,2,3... navigation directionNavHide:false, // Only show on hover prevText: '', // Prev directionNav text nextText: '', // Next directionNav text pauseTime:6000 }); $j('.carousel').jcarousel({ scroll: 1, auto: 6 }); });