$(document).ready(function() {
$("#HotelPictures a").fancybox({
				'frameWidth': 425, 
				'frameHeight': 350
	});
	
});
