// JavaScript Document
$(document).ready( 
	function(){ 
		$('#product-fade').innerfade({ 
			speed: 'slow', 
			timeout: 8000, 
			type: 'sequence', 
			containerheight: 'auto'
		});
	}
);