$(document).ready(function(){

//$(".imagesstore a").lightBox();
//$(".gallery a[href$=.jpg]:has(img)").lightBox();
$("a[href$=.jpg]:has(img)").lightBox();



$("table.tcost").removeAttr("style");
$("table.tcost").removeAttr("cellpadding");
$("table.tcost").removeAttr("border");
$("table.tcost").removeAttr("cellspacing");
$("table.tcost td").removeAttr("style");
$("table.tcost td").removeAttr("valign");
$("table.tcost td").removeAttr("align");
$("table.tcost td").addClass("cost");

$("table.tcost td").filter(function(){
                    return $(this).text().search("[0-9]{3,5}")!==false;
                    })
                    .addClass("costth");

});