$(document).ready(function(){
				$(".colorbox").colorbox();
				$(".youtube").colorbox({iframe:true, width:650, height:550});
				$(".iframe").colorbox({width:"80%", height:"80%", iframe:true});
				$(".response").colorbox({width:440, height:80, iframe:true, scrollbars:false});
			});