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