// JavaScript Document
	

$().ready(function() {
	$('.kwicks').kwicks({
		max : 759,
		spacing : -40
	});
});


