/*$(document).ready(function(){
						   
	
	//Execute the slideShow
	slideShow();
});*/

$(document).ready(function() {	
	
	//$('.speechbubble').css( {display: "none"} );
	/*$('.speechbubble').css({"top": "370px"});
	$('.speechbubble').css({"opacity": "0"});*/

	//setTimeout ( animateIn, 500 ); 
	
	$('.slideshowImages').cycle({
		fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		timeout: 6000,
		speed:   500,
		cleartypeNoBg: true
	});
	/*$('.captions').cycle({
		fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		timeout: 6000,
		speed:   500,
		cleartypeNoBg: true
	});
	
	$('.nextImage').click(function() {
		$('.slideshowImages').cycle('next');
		$('.captions').cycle('next');
	});	
	$('.prevImage').click(function() {
		$('.slideshowImages').cycle('prev');
		$('.captions').cycle('prev');
	});	*/
 });
