$(document).ready(function() {								
	$("#gallery").cycle({
		timeout : 8000
	});
});
