﻿$(document).ready(function(){

	$('a.lightbox').colorbox({overlayClose:false, opacity:.8, close:"Cancel"});
		
});
