// images
$(document).ready(function(){
	$(".album:first a[rel^='prettyPhoto']").prettyPhoto({animationSpeed:'slow',theme:'dark_square',slideshow:4000});
	$(".album:gt(0) a[rel^='prettyPhoto']").prettyPhoto({animationSpeed:'slow',slideshow:10000});
	$(".fluidLayout:first a[rel^='prettyPhoto']").prettyPhoto({animationSpeed:'slow',theme:'dark_square',slideshow:4000});
	$(".fluidLayout:gt(0) a[rel^='prettyPhoto']").prettyPhoto({animationSpeed:'slow',slideshow:10000});
	$("#booking a[rel^='prettyPhoto']").prettyPhoto({animationSpeed:'slow',slideshow:10000,showTitle: false});
});
