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

			});