$(document).ready(function(){
	$('.kwicks').kwicks({
		maxWidth : 260,  // required attribute
		spacing : 1
	});
	
});
