$(document).ready(function() {	
	 /*$('#stage').cycle({ 
	  	fx:     'scrollRight', 
    	speed:  1800,
		timeout:  7000,
		pause: 1,
		cleartypeNoBg: true
	});*/
	$('#stage').after('<div id="stageNav">').cycle({ 
		fx:     'scrollRight', 
    	speed:  1800,
		timeout:  7000,
		pause: 1,
		cleartypeNoBg: true,
		pager:  '#stageNav' 
	});
});
