jQuery(document).ready(function($)  {
	$('.jimgMenu ul').kwicks({max: 310, duration: 400, easing: 'easeOutQuad'});
});

