﻿Cufon.replace('#navigation ul li a,#container_extras h3,.section h3.title,.section h2.title_page,#img_intro_places span.title', {
	fontFamily: 'salut_n'
});
jQuery(document).ready(function() {
	jQuery('#websites3').msDropDown();
	$('#navigation ul li:first').css('border-left','none');
	$('.sidebar_contact ul:last-child').css('background','none');
	$('#img_intro_places li.container li:last-child').css('margin-right','0');
	$('.gallery_places li.container li:last-child').css('margin-right','0');
	//Map Tour
	$('.container_places a').hover(function(){
		$(this).parent().addClass('hover_status')
	},function(){
		$(this).parent().removeClass('hover_status')
	});
	
	var heightGallery = $('ul.gallery_places').outerHeight();
	$('.loading').css('height', heightGallery);
	$('.paging span a').click(function(){
		$('.loading').css('display','block');
		$('.gallery_places').css('visibility','hidden');
		return false
	});
	
	$('a.logo_top').media({
		width:960, 
		height:127, 
		wmode:"transparent",
	});
	
	$("#container_extras .block a").click(function() {
		return false;
	});
});

