$(document).ready(function(){
	$("a[rel='colorbox']").colorbox({
		transition:"fade",
		maxWidth:"90%",
		maxHeight:"90%"
	});
});

