jQuery(document).ready(function(){
	
	jQuery('.header-slideshow').cycle({
		timeout: 4000,
		speed: 2000,
		cleartypeNoBg: true
	});
	
});
