	$(document).ready(function(){
		// My colorbox assignments
		$("a[rel='colorbox']").colorbox({height:"80%"});
		$("a[rel='lightbox']").colorbox({photo:true, maxHeight:"90%"});
	});

