jQuery(document).ready(function($) { 
$('#recycle_image_fade').animate({opacity:1},500);
$('#recycle_image_fade').innerfade({ speed: 'slow', timeout: 4000, type: 'sequence', containerheight: '158px' }); 

});

