/*
$().ready(function()
{  
    $("#imagelinks ul").kwicks({  
        min: 50,
		max : 700,
		spacing : 5,
		duration : 500,

	});  
});  
*/