// no conflicts with other frameworks
var $j = jQuery.noConflict();
//
// window.onload function to setup various javascripts
//
$j(function() {
  //lightbox gallery
  $j('.case_study_lightbox a').lightBox();
});
