$(document).ready(function(){
	//Examples of how to assign the ColorBox event to elements
	
	$(".pi-image a").colorbox({
		maxWidth:"90%", 
		maxHeight:"90%", 
		scalePhotos:"true",
		opacity:0.8,
	});
	
	$(".modal a").colorbox({
		width:500,
		opacity:0.8,
	});
	
	$(".modal_phplist a").colorbox({
		width:600,
		height:252,
		opacity:0.8,
		iframe:true
	});

	
});
