$(document).ready(function(){
	$(".flvideo").colorbox();
	$(".ytvideo").colorbox({iframe:true, innerWidth:425, innerHeight:344});
});
