$(document).ready(function(){

	$('#s4') 
	.before('<div id="nav" style="float:right;position:relative; z-index:900">') 
	.cycle({ 
	    fx:     'fade',
	    speed:  1000, 
		timeout: 6500,
	    pager:  '#nav'
	});
	
});

