﻿$(document).ready(function() {
    $('a.lightbox').lightBox({
        imageLoading: '/includes/scripts/jquery/jquery-lightbox-0.5/images/lightbox-ico-loading.gif'		/* (string) Path and the name of the loading icon */
			, imageBtnPrev: '/includes/scripts/jquery/jquery-lightbox-0.5/images/lightbox-btn-prev.gif'			/* (string) Path and the name of the prev button image */
			, imageBtnNext: '/includes/scripts/jquery/jquery-lightbox-0.5/images/lightbox-btn-next.gif'			/* (string) Path and the name of the next button image */
			, imageBtnClose: '/includes/scripts/jquery/jquery-lightbox-0.5/images/lightbox-btn-close.gif'		/* (string) Path and the name of the close btn */
			, imageBlank: '/includes/scripts/jquery/jquery-lightbox-0.5/images/lightbox-blank.gif'			/* (string) Path and the name of a blank image (one pixel)     */
    }
        );
});
