$(document).ready(
  function(){    
    $('ul#quotes_list').innerfade({
    	speed: 1000,
    	timeout: 8000,
    	type: 'sequence',
    	containerheight: '110px',
    	containerwidth: '590px'
    });
});

