$(document).ready(function() {


	$('.theBannerImgs ul').cycle({
		fx:     'fade',
		speed:   1000,
		timeout: 5000,
		pause: 1,
		pager:  '.theBannerMenu'
		});





	});