$(function() {
   $('a[@rel*=lb]').lightBox({
	overlayBgColor: '#000',
	overlayOpacity: 0.6,
	imageLoading: '../_js/img/loading.gif',
	imageBtnClose: '../_js/img/close.gif',
	imageBtnPrev: '../_js/img/prev.gif',
	imageBtnNext: '../_js/img/next.gif',
	containerResizeSpeed: 350,
	txtImage: 'BELLARGO Photo Gallery | Photo',
	txtOf: 'of'
   });

});