/*$().ready(function() {
	$('.kwicks').kwicks({
		max : 205,
		spacing : 3,
		isVertical : true
	});
});*/

$().ready(function() {
	$('.kwicks').kwicks({
		max: 205,
		duration: 400,
		isVertical : true,
        sticky: true
	});
});
