	$().ready(function() {  
		$('.product-kw').kwicks({  
			max : 140,
			min : 78,
			spacing : 3,  
			isVertical : true,  

		});  
	});  
