$(document).ready(
	function() {
		$('#product-slider').cycle({
			fx: 'fade',
			delay: -1000,
			speed: 1000,
			timeout: 6000
		});
	}
);
