$(function() {
		$('a.lightbox').lightBox({fixedNavigation:true,
	overlayOpacity: 0.6,
	imageLoading: 'http://www.durhamcollege.ca/static/lightbox/images/loading.gif',
	imageBtnClose: 'http://www.durhamcollege.ca/static/lightbox/images/close.gif',
	imageBtnPrev: 'http://www.durhamcollege.ca/static/lightbox/images/prev.gif',
	imageBtnNext: 'http://www.durhamcollege.ca/static/lightbox/images/next.gif',
	containerResizeSpeed: 350});
		
	});
