﻿$(document).ready(function(){

    $('#gallery a').lightBox();
	$('#floorplanthumbs a').lightBox();
    return false;

});