	$(document).ready(function() {
	$('.banner') 
	.cycle({ 
	fx:     	'fade',
	continuous: 1,
	speed:      8000,
	pager:  	'#nav' 
	});
});
