﻿jQuery(document).ready(function() {
   
    jQuery('a.lightBoxImage').lightBox({ fixedNavigation: true });

    jQuery(".checkMe").click(function() {
        jQuery("#loadingImage").fadeIn("slow");
    });

  
 
});
