$(function() {
		// run the code in the markup!
		$('#gallery1').cycle({ 
		fx:    'fade', 
		speed:    1500, 
		timeout:  5000,
		next:   '#gallery1', 
		pause:   1,
		next:   '#next1', 
		prev:   '#prev1'
	});
});
