$(function(){
	 if ($('#apartamente').length > 0) { $('#apartamente li a').lightBox();  }
	$('#menu li').each(function() { var text=$(this).find('a').text(); $(this).find('a').append('<span>'+text+'</span>'); });
	 $('#menu li a').hoverIntent({ 
									over: function() { $(this).animate({ marginTop: "-12px" }, 500 ); },
									out: function() {  $(this).animate({ marginTop: 0 }, 500 ); } 
								});
	mheight=$('#vmarquee').height();
	var stopheight = mheight-115;		
	var stopheight2 = mheight;		
	var stopheight3 = mheight-100;		
	$('#bottomlink').hoverIntent({ over: function() { 	$('#vmarquee').animate({ marginTop: -stopheight }, 2500 );	},
								out: function() { $('#vmarquee').stop(); } 
								});
	$('.scroll_despre #bottomlink').hoverIntent({ over: function() { 	$('#vmarquee').animate({ marginTop: -stopheight2 }, 2500 );	},
								out: function() { $('#vmarquee').stop(); } 
								});	
	$('.scroll_apartamente #bottomlink').hoverIntent({ over: function() { 	$('#vmarquee').animate({ marginTop: -stopheight3 }, 2500 );	},
								out: function() { $('#vmarquee').stop(); } 
								});											
	$('#toplink').hoverIntent({ over: function() { var x= $('#vmarquee').css('margin-top'); $('#vmarquee').animate({ marginTop: 0 }, 2500 ); },
								   out: function() { $('#vmarquee').stop(); } 
								   });
});
