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