$(function() {
	$('a[rel*=lightbox]').lightBox({
		imageLoading:			'assets/js/jquery_lightbox/images/lightbox-ico-loading.gif',		// (string) Path and the name of the loading icon
		imageBtnPrev:			'assets/js/jquery_lightbox/images/lightbox-btn-prev.gif',			// (string) Path and the name of the prev button image
		imageBtnNext:			'assets/js/jquery_lightbox/images/lightbox-btn-next.gif',			// (string) Path and the name of the next button image
		imageBtnClose:			'assets/js/jquery_lightbox/images/lightbox-btn-close.gif',		// (string) Path and the name of the close btn
		imageBlank:				'assets/js/jquery_lightbox/images/lightbox-blank.gif'
	});
});
