$(document).ready(function () {
	//kwicks begin
	$('.kwicks').kwicks({
		max : 644,
		spacing : 0,
		sticky : true,  
		event : 'mouseover'	

	});
	
});
