// JavaScript Document

$().ready(function() {
	$('.kwicks').kwicks({
		max : 350,
		spacing : 3
	});
});