$(document).ready(function() {
	$('.cms_gallery_cycle').cycle({
		fx: 'fade',
		timeout:1500,
		speed: 2500
	});
});
