$(document).ready(function() {
  //$("a").click(function() { return false; });
  $('a[@href$=jpg]').lightBox({
    txtImage:				'Kuva',	
	  txtOf:					'/',
  }); 
  //$("#products a").lightBox();
  //$("a.galleria").lightBox();
});
