﻿$(document).ready(function (){
	
	$('.kwicks').kwicks({
		max : 246,
		spacing : 4
					
		});
	});

