/* This function initializes the kwick */
$().ready(function() {
	$('.kwicks').kwicks({
		min : 50,
		max : 800,
		spacing : -1,
		isVertical : false,
		sticky : true,
		event : 'click',
		defaultKwick : 0
	});
});