

var j = jQuery.noConflict();

j(document).ready(function() 
{
	j(".leftcoloum").height(j(".content").height());
	j(function() { j('.item_img a').lightBox(); });
	
}); // END jQuery(document).ready



