$(document).ready(function() {
	$('.shop-item').each(function(){$(this).find('a.lightbox').lightBox()});
});
