// JavaScript Document
$(document).ready(function() {

 	// les tabs
    $('.tabs').tabs();
    /*$('#flashMap').flash({
        src: '/assets/flash/zoom.swf',
        width: 590,
        height: 502,
        flashvars: { canvasWidth: '590', canvasHeight: '502', xmlPath: '/assets/flash/data.xml', langue: 'fr' }

    });*/
	
	//Galerie d'images
	$('#gallery a').lightBox();
	$('#gallery-right a').lightBox();
	$('.gallery-lightbox').lightBox();
	
	$('#carte').lightBox();
	//Vidéo youtube
	$("a[rel^='prettyPhoto']").prettyPhoto();
	
	// Les slides sur la HP (fade in/out)
	/*$('#condosSlides').cycle({ 
		fx:     'fade', 
		speed:   1000, 
		timeout: 5000, 
		pause:   1 
	});*/

	$("#infoTicker").ticker({
		cursorList:  " ",
		rate:        50,
		delay:       4000
	}).trigger("play");
	$(".play").click(function(){
		jQuery("#ticker").trigger("play");
		return false;
	});
	
	//$('#boxRight-2').rotate();
	$('#boxRight-1').rotate();	
	$('#centerBox1').rotate();
	$('#centerBox-pdn').rotate();
	

    $('area[tooltip]').qtip({
        content: {
			attr: 'tooltip' 
		},
		/*style: {
			classes: 'ui-tooltip-tipsy ui-tooltip-shadow'
		},*/
		position: {
		  my: 'bottom center',
		  at: 'top center'
	   }


   });

});


// les boites cliquables
/*$("#condosSlides").click(
	function(){
	window.location = $(this).attr("rel");
	return false;
	});*/


function doNothing (){}

