$(document).ready(function(){
	$('.header-images').cycle({
	    timeout: 4000,
	    speed:	0
	});
});

