$(document).ready(function () {
	//kwicks begin
	$('.kwicks').kwicks({
		max : 577,
		spacing : 0,
		sticky : true,  
		event : 'click'
	});
});