$(document).ready(function(){

	//$('.fadein, .fadein2').slideShow({ 'timeOut': 1000, 'speed': 500 });
	//$('ul#slideshow').slideShow({ 'timeOut': 5000, 'speed': 500 });

	
	$('ul#thereviews').cycle({
		fx: 'fade'
	});

	
	
	if ($('ul#slideshow').length)
	{
		$('ul#slideshow').cycle({
			fx: 'fade'
		});
	}
	

	
	$("a[rel^='prettyPhoto']").prettyPhoto({
		animationSpeed:'slow',
		theme:'light_rounded',
		overlay_gallery: false,
		slideshow:6000
	});


	$('div.ngg-galleryoverview a img').removeAttr('title');
	//$('div.ngg-galleryoverview a img').removeAttr('alt');


	/*
	$("li#tab_map a").click(function()
	{
		//alert('hello');
		
		loadMap();
		return true
	});
	*/

});
