// JavaScript Document
$(function(){
	$('.gallery a').lightBox();
});
$(function(){
	$('.rooms_image_box a').lightBox();
});
