$(document).ready(function(){ jQuery('#inside').jcarousel({ auto: 2, animation:3000, }); $(".in:not(:first)").hide(); $(".drop").click(function() { $(".in:visible").hide('fast'); $(this).next().show('fast'); }); $.styleTip({ background: '#000', padding:'10px', width:'130px', color: '#fff' }); });