$(document).ready(function(){
	$(".video-lightbox").colorbox({iframe:true, innerWidth:655, innerHeight:420, transition: "none"});
	
});