$(document).ready(function(){
	$('#flash_images').cycle({
	fx: 'fade',
	speed: 'slow',
	timeout: 4000
	});
	
	$('#flash_texts').cycle({
	fx: 'scrollRight',
	speed: 'slow',
	timeout: 3000
	});
});
