
		$(document).ready(function(){
			//Examples of how to assign the ColorBox event to elements
			$(".popup").colorbox({width:"660", height:"550", iframe:true, transition:"none", opacity:"0.75"});
			
		});
