$(document).ready(function(){
	$('.mast-bg').cycle({ 
		fx: 'fade', 
		speed: 2500 
	});
});
