$(document).ready(
	function(){
		fnInitializeLightbox();
	}
	
	
);

function fnInitializeLightbox() {
	var lightbox_settings = new Array;
	lightbox_settings = {
		imageLoading: '/images/fisherbikes/lightbox-btn-loading.gif',
		imageBtnClose: '/images/fisherbikes/lightbox-btn-close.gif',
		imageBtnPrev: '/images/fisherbikes/lightbox-btn-prev.png',
		imageBtnNext: '/images/fisherbikes/lightbox-btn-next.png',
		imageBlank: '/images/fisherbikes/lightbox-blank.gif',
		containerBorderSize: 10,
		containerResizeSpeed: 400
	};
	$(function() {
		$('a.lightbox-image').lightBox(lightbox_settings);
		$('a.lightbox-link').lightBox(lightbox_settings);
		$('a.lightbox-image-0').lightBox(lightbox_settings);
		$('a.lightbox-link-0').lightBox(lightbox_settings);
		$('a.lightbox-image-1').lightBox(lightbox_settings);
		$('a.lightbox-link-1').lightBox(lightbox_settings);
		$('a.lightbox-image-2').lightBox(lightbox_settings);
		$('a.lightbox-link-2').lightBox(lightbox_settings);
		$('a.lightbox-image-3').lightBox(lightbox_settings);
		$('a.lightbox-link-3').lightBox(lightbox_settings);
		$('a.lightbox-image-4').lightBox(lightbox_settings);
		$('a.lightbox-link-4').lightBox(lightbox_settings);
		$('a.lightbox-image-5').lightBox(lightbox_settings);
		$('a.lightbox-link-5').lightBox(lightbox_settings);
		$('a.lightbox-image-6').lightBox(lightbox_settings);
		$('a.lightbox-link-6').lightBox(lightbox_settings);
		$('a.lightbox-image-7').lightBox(lightbox_settings);
		$('a.lightbox-link-7').lightBox(lightbox_settings);
		$('a.lightbox-image-8').lightBox(lightbox_settings);
		$('a.lightbox-link-8').lightBox(lightbox_settings);
		$('a.lightbox-image-9').lightBox(lightbox_settings);
		$('a.lightbox-link-9').lightBox(lightbox_settings);
		$('a.lightbox-image-10').lightBox(lightbox_settings);
		$('a.lightbox-link-10').lightBox(lightbox_settings);
		$('a.lightbox-image-11').lightBox(lightbox_settings);
		$('a.lightbox-link-11').lightBox(lightbox_settings);
		$('a.lightbox-image-12').lightBox(lightbox_settings);
		$('a.lightbox-link-12').lightBox(lightbox_settings);
		$('a.lightbox-image-13').lightBox(lightbox_settings);
		$('a.lightbox-link-13').lightBox(lightbox_settings);
		$('a.lightbox-image-14').lightBox(lightbox_settings);
		$('a.lightbox-link-14').lightBox(lightbox_settings);
		$('a.lightbox-image-15').lightBox(lightbox_settings);
		$('a.lightbox-link-15').lightBox(lightbox_settings);
		$('a.lightbox-image-16').lightBox(lightbox_settings);
		$('a.lightbox-link-16').lightBox(lightbox_settings);
		$('a.lightbox-image-17').lightBox(lightbox_settings);
		$('a.lightbox-link-17').lightBox(lightbox_settings);
		$('a.lightbox-image-18').lightBox(lightbox_settings);
		$('a.lightbox-link-18').lightBox(lightbox_settings);
		$('a.lightbox-image-19').lightBox(lightbox_settings);
		$('a.lightbox-link-19').lightBox(lightbox_settings);
	});
}