$(document).ready(function() {
	
	$('.galleryview a').lightBox({
        fixedNavigation:true,
        imageLoading:           '/~newregen/themes/regency/images/lightbox-ico-loading.gif',	// (string) Path and the name of the loading icon
        imageBtnPrev:           '/~newregen/themes/regency/images/lightbox-btn-prev.gif',		// (string) Path and the name of the prev button image
        imageBtnNext:           '/~newregen/themes/regency/images/lightbox-btn-next.gif',		// (string) Path and the name of the next button image
        imageBtnClose:          '/~newregen/themes/regency/images/lightbox-btn-close.gif',	// (string) Path and the name of the close btn
        imageBlank:             '/~newregen/themes/regency/images/lightbox-blank.gif',
    }); // Select all links in object with gallery ID

});
