<!-- // Hide from older browsers

 $(function() {
	$('.jthumbnail a').lightBox({
				fixedNavigation: true, 
				imageLoading: '/images/lightbox-ico-loading.gif',
				imageBtnClose: '/images/lightbox-btn-close.gif',
				overlayOpacity: '0.5',
				overlayBgColor: '#fff',
				
			});
	$('.jmagnify a').lightBox({
                                fixedNavigation: true,
                                imageLoading: '/images/lightbox-ico-loading.gif',
                                imageBtnClose: '/images/lightbox-btn-close.gif',
                                overlayOpacity: '0.5',
                                overlayBgColor: '#fff',

                        });

 });

// -->
