			$(document).ready(function(){
				//Examples of how to assign the ColorBox event to elements
				$(".overlay").colorbox({iframe:true, innerWidth:580, innerHeight:660});

			});
