$(document).ready(function(){
		$('#bannerImage').cycle({
		fx:	'fade',
		pause:	1,
		speed:  777,
		timeout:13000
		});
});
