$j = jQuery.noConflict();

$j(document).ready(function() {

	$j('.kwicks').kwicks({  
        max : 350,  
        spacing : 0 
    });  
});
