$(function() {
$("#menu1").lavaLamp({
fx: "backout", 
speed: 700,
click: function(event, menuItem) {
return true;
}
});
});
    	
    	
    	
$(document).ready(function(){
$('#recherche_bien, #recherche_ville, #recherche_pieces').sSelect({ddMaxHeight: '250px'});
});	


$(function() {
	
	$("div.tabs").tabs(".coups-coeur > div", {

		// enable "cross-fading" effect
		effect: 'fade',
		fadeOutSpeed: "slow",

		// start from the beginning after the last tab
		rotate: true

	// use the slideshow plugin. It accepts its own configuration
	}).slideshow();
});


$(function() {  
		  $('a.lightbox').lightBox();
		});
