$(document).ready(function(){
	//Examples of how to assign the ColorBox event to elements
	$("a[rel='multi']").colorbox();
	$(".single").colorbox();
	$(".iframe").colorbox({width:"891px;", height:"500px;", iframe:true});
});
