		$(document).ready(function(){
			//Examples of how to assign the ColorBox event to elements
		
			//$(".youtube").colorbox({iframe:true, innerWidth:425, innerHeight:344});
			$(".iframe").colorbox({iframe:true, innerWidth:600, innerHeight:550});

		});
		

