$(document).ready(function(){
   	
	$("a.video-colorbox").colorbox({width:"600px", height:"450px", iframe:true});
	
 });
