$(document).ready(function(){
	// $('a.lightbox').colorbox({width:"650", height:"410", iframe:true, opacity:0.6, scrolling:false});
	$('a.lightbox').colorbox({width:"650", height:"410", iframe:true});
	// $('a.lightbox').colorbox({width:"60%"});
});
