function initSlideShow() {
	$("#imageSlideShowContainer").cycle({
		fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		timeout: 7000
	});
}
