// JavaScript Document
			$(document).ready(function(){
				//Examples of how to assign the ColorBox event to elements

				$(".modal1").colorbox({width:"60%", height:"80%", iframe:true});
				$(".intro_d").colorbox({iframe:true, innerWidth:420, innerHeight:140});

			});