$(document).ready(function(){
	//Examples of how to assign the ColorBox event to elements
	$(".colorbox").colorbox({
		maxWidth:	"90%",
		maxHeight:	"90%",
		fixed:		true
	});
});
