// JavaScript Document
jQuery(function() {
        jQuery('#gallery a').lightBox();
		jQuery('.pict_house a.img').lightBox();
		//jQuery('#gallery3 a').lightBox();
		//jQuery('#project a').lightBox();
		//jQuery('#TB_ajaxContent a').lightBox();
		//jQuery('a[@rel*=lighterbox]').lightBox();
        //jQuery('.pict_house a').lightBox();
 });

