$(function() {
	if ($('#mask > img').size() > 1) {
		$('#mask').cycle({
			fx: 'fade',
			speed:3000,
			timeout:8000
		});
	}
	else {
		$('#mask > img:first').show();
	}
});




