 $(function() {
        $('#boxGallery a').lightBox();
        $('#shopOptions a').lightBox({
		imageBtnPrev: '',
		imageBtnNext: ''
	});
 });


