// JavaScript Document
$(document).ready(function() {
	$("a[rel^='prettyPhoto']").prettyPhoto({
		theme: 'light_square', /* light_rounded / dark_rounded / light_square / dark_square / facebook */
		animation_speed: 'normal', /* fast/slow/normal */
		slideshow: false, /* false OR interval time in ms */
		autoplay_slideshow: false, /* true/false */
		allow_resize: false, /* Resize the photos bigger than viewport. true/false */
		overlay_gallery: false,
		opacity:0.8,
		//hideflash: true,
		wmode: 'transparent'
	});
});

function showPousada() {
	$.prettyPhoto.open('dados/pousada/teste/galeria.html?iframe=true&width=930&height=506', '', '');
}

function showGaleria() {
	$.prettyPhoto.open('dados/galeria/teste/galeria.html?iframe=true&width=930&height=506', '', '');
}
function showMapa() {
	$.prettyPhoto.open('dados/localizacao/index.html?iframe=true&width=800&height=580', '', '');
}

function showGrupos() {
	$.prettyPhoto.open('dados/grupos/teste/galeria.html?iframe=true&width=930&height=506', '', '');
}

