
(function($){$(function(){$('#carousel ul').carousel({show:function(el){el.find('.handle .colour').animate({width:'310px'});},hide:function(el){el.find('.handle .colour').animate({width:'10px'});}});})})(jQuery);