$(document).ready(function() {
//Cycle the Main Image
	$('#cycle-pic').cycle({
						  timeout:	10000
						  });
//
});