jQuery(document).ready(function($) {
  $('a[rel*=facebox]').facebox();
  
  $('#Reviews textarea').elastic();
}) 
$(function() {
	$('a.gallery').lightBox({
	imageLoading: 'http://www.destinohotelero.com/assets/site/js/lightbox/images/lightbox-ico-loading.gif',
	imageBtnClose: 'http://www.destinohotelero.com/assets/site/js/lightbox/images/lightbox-btn-close.gif',
	imageBtnPrev: 'http://www.destinohotelero.com/assets/site/js/lightbox/images/lightbox-btn-prev.gif',
	imageBtnNext: 'http://www.destinohotelero.com/assets/site/js/lightbox/images/lightbox-btn-next.gif',
	txtImage: 'Im&aacute;gen',
	txtOf: 'de'
   });
});


jQuery(function(){
	jQuery('.NewHeader>ul li').bind('mouseenter', function(){
		jQuery(this).children('ul').show();
	});
 
	jQuery('.NewHeader>ul li').bind('mouseleave', function(){
		jQuery(this).children('ul').hide();
	});
 
	jQuery('.NewHeader>ul ul').hide();
});
