$(document).ready(
			function(){
				
				$('ul#feature-product').innerfade({
					
					speed: 1000,
					timeout: 5000,
					type: 'sequence',
					containerheight: '303px'
				});
				
				$('ul#spotlight').innerfade({
					
					speed: 2000,
					timeout: 10000,
					type: 'random',
					containerheight: '287px'
				});
				
		})
