$(function () {

/* Global js -------------------------------------------------- */

/* Artist Work Page Script ----------------------------------------------------- */
	
   // ~ Colorbox init.

	$("#exhibitions-work #work-image a, a.paypal-popup").colorbox({
	   maxWidth: "90%",
	   maxHeight: "90%",
	   loop: false
	});

});
