$(document).ready(function () {
	//kwicks begin
	$('.kwicks').kwicks({
		max : 600,
		spacing : 0,
		event : 'mouseover'
	});
	
});
