$(document).ready(function(){$(".fpFeatured").mouseenter(function(){var $otherTabs = $(this).siblings();$otherTabs.animate({width: "40px"},{duration:1000, queue:false});$(this).animate({width:'536px'},{duration:1000, queue:false});autoGallery.stop();});});
