	$(function() {
		$('#productviewer').cycle({ 
			fx:     'scrollHorz', 
			speed:  700, 
			timeout: 6000, 
			next:   '#next', 
			prev:   '#prev', 
    			pause:   1 
		});
	    function onBefore() {
	        $('#title').html(this.alt);
	    }
	});

