$(function() {
	$(".cycle").cycle({
		slideExpr: '.bg',
		timeout: 2500,
		delay: -1000,
		speed: 750
	});
});
