$().ready(function()
{  
    $("#imagelinks ul").kwicks({  
        max : 410,
		spacing : 7,
		duration : 500
	});  
});  
