/*****************************************************************************************/
$(document).ready(function() {
// RESPONSAVEL PELA GALERIA DE IMAGENS HOME
$("#slider").nivoSlider({effect:"fade", pauseTime:"3700" }); //EFEITOS: 'fold,fade,sliceDown,random' 
});
/*****************************************************************************************/






// RESPONSAVEL PELO LIGHTBOX

/*****************************************************************************************/
//<![CDATA[
		$('#manual2').click(function(e) {
			e.preventDefault();
			$('#imgFiche').nyroModalManual({
				bgColor: '#9abccb',
				zIndexStart: 10000
			});
			return false;
		});
		
		
		$(document).ready(function() {


// APARTAMENTOS
		$("a[rel=standard]").fancybox({
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'titlePosition' 	: 'over',
				'width'				: '75%',
				'height'			: '75%'
				});
				
	    $("a[rel=luxo]").fancybox({
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'titlePosition' 	: 'over',
				'width'				: '75%',
				'height'			: '75%'
				});		
	

	 $("a[rel=master]").fancybox({
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'titlePosition' 	: 'over',
				'width'				: '75%',
				'height'			: '75%'
				});	
/*****************************************************************************************/
// GALERIA DE FOTOS
	 $("a[rel=galeria]").fancybox({
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'titlePosition' 	: 'over',
				'width'				: '75%',
				'height'			: '75%'
				});

		
			 $("a[rel=salao-europa]").fancybox({
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'titlePosition' 	: 'over',
				'width'				: '75%',
				'height'			: '75%'
				});
				
				
					
			 $("a[rel=salao-madri]").fancybox({
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'titlePosition' 	: 'over',
				'width'				: '75%',
				'height'			: '75%'
				});
				
				
						
			 $("a[rel=aguas-de-sao-pedro]").fancybox({
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'titlePosition' 	: 'over',
				'width'				: '75%',
				'height'			: '75%'
				});
		});	
		
		
		
	//]]>
/*****************************************************************************************/

