//Kwicks init

$().ready(function() {
	$('.kwicks').kwicks({
		maxWidth : 262,
		spacing : 12
	});
});
