$(document).ready(function(){

//$(".imagesstore a").lightBox();
//$(".gallery a[href$=.jpg]:has(img)").lightBox();
$("a[href$=.jpg]:has(img)").lightBox();


});
