$(function(){
	//start slideshow
	if(jQuery('#HomePageCycler').length > 0){
		jQuery('#HomePageCycler').cycle({
			timeout: 	6000,
			pause:		1,
			delay:      -1500,
			speed:		1500
		});
	}
});
