$(document).ready(function() {
	$('#home_image_slideshow_left img:first').fadeIn(1000, function() {
		$('#home_image_slideshow_left').cycle({
			fx: 'fade',
			timeout: 6000
		});
	});
});


$(document).ready(function() {
	$('#home_image_slideshow_right img:first').fadeIn(1000, function() {
		$('#home_image_slideshow_right').cycle({
			fx: 'fade',
			timeout: 7541
		});
	});
});























