// JavaScript Document

$().ready(function() {
	$('.kwicks').kwicks({
		min : 22,
		spacing : 1,
		isVertical : true,
		event : 'mouseenter',
		sticky: false,
		duration: 320
	});
});
			
