var $j = jQuery;
$j(function() {
	$('a[@rel*=album]').lightBox({
		imageLoading:			'js/css/img/lightbox-ico-loading.gif',		// (string) Path and the name of the loading icon
		imageBtnPrev:			'js/css/img/lightbox-btn-prev.gif',			// (string) Path and the name of the prev button image
		imageBtnNext:			'js/css/img/lightbox-btn-next.gif',			// (string) Path and the name of the next button image
		imageBtnClose:			'js/css/img/lightbox-btn-close.gif',		// (string) Path and the name of the close btn
		imageBlank:				'js/css/img/lightbox-blank.gif'			// (string) Path and the name of a blank image (one pixel)
   });
});
