llCoolJ.js demo

code on this page:

$(document).ready(function(){
  	$('body').llCoolJ({
  		'inset' : true,
  		'interactive' : true
    	});	
});