jQuery(document).ready(function(){
	//Examples of how to assign the ColorBox event to elements
	jQuery("a[rel='example1']").colorbox();
	jQuery(".example5").colorbox();
	jQuery(".lightbox").colorbox({width:"785px", height:"80%", iframe:true});
})
