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