$(document).ready(function() {
	$('.kwicks').kwicks({
		max 		: 161,
		duration 	: 400,
		spacing 	:  5,
		sticky 		: false
	});
});
