$(document).ready(function() {
    $('#header_cycle').cycle({
		fx: 'fade',
		speed: 3500,
		timeout: 5000
	});
    $('.left_image').cycle({
		fx: 'scrollVert',
		speed: 2000,
		timeout: 5000
	});
    $('.right_image').cycle({
		fx: 'scrollVert',
		speed: 2000,
		timeout: 5000
	});
});

