$(document).ready(function() {	$('#promotion').cycle({ 		fx:     'fade', 		speed:  1000, 		timeout: 0, 		next:   '#next-tab', 		prev:   '#prev-tab' 	});});
