// JavaScript Document

jQuery(document).ready(function($)
{
	$('a.lightBox').lightBox({
		imageLoading:			'assets/images/lightbox-ico-loading.gif',		// (string) Path and the name of the loading icon
		imageBtnPrev:			'assets/images/lightbox-btn-prev.gif',			// (string) Path and the name of the prev button image
		imageBtnNext:			'assets/images/lightbox-btn-next.gif',			// (string) Path and the name of the next button image
		imageBtnClose:			'assets/images/lightbox-btn-close.gif',		// (string) Path and the name of the close btn
		imageBlank:				'assets/images/lightbox-blank.gif'						 
	});
});
