$(document).ready(function(){
		
	if($("a[rel^='map-minimap']").length > 0) {
											  
		$("a[rel^='map-minimap']").prettyPhoto({
			theme:     'light_square',
			iframe:     true,
			default_width: 500,
			default_height: 500
		});	
		
	};
		
	if($("a[rel^='picsGallery']").length > 0) {
		$("a[rel^='picsGallery']").prettyPhoto({
			theme:	'light_square'
		});
	}

/*
$("a[rel^='map-minimap']").prettyPhoto({
	theme:	'light_square',
	iframe:	true,
	default_width: 500,
	default_height: 500
	});
	
	$("a[rel='pics-gallery']").prettyPhoto({
	theme:	'light_square',
	default_width: 500,
	default_height: 500
	});
*/
});