
$(document).ready(function() {
  
  // override some default options
  $('div.commento div.commento_testo').expander({
    slicePoint:       200,  					// default is 100
    expandText:       '[tutto &raquo;]', // default is 'read more...'
    userCollapseText: ''  		// default is '[collapse expanded text]'
  });
  
	//Examples of how to assign the ColorBox event to elements
	$("a[rel='colorbox']").colorbox({ close : "Chiudi", next : "&raquo;", previous : "&laquo; "});
  
});

