$(document).ready(function() {
    $('#header-images').cycle({
		fx: 'scrollRight',
		timeout: 3000,
		speed: 3000
	});
});

