﻿  $(document).ready(function() {    
    if ($(".DUPhotoGallery").length > 0) {      
			$(".DUPhotoGallery a.DUPhoto").lightBox();
		};	
  });
