$(document).ready(function(){
			//Examples of how to assign the ColorBox event to elements
			$(".gallery").colorbox();
			$(".iframe").colorbox({iframe:true, width:"450px", height:"500px"});
		});
