$(document).ready(
	function () {
	$('#video').colorbox({width:'640px', height:'437px', html:'<iframe width="420" height="315" src="http://www.youtube.com/embed/HBsuFkiwjx8" frameborder="0" allowfullscreen></iframe>'});
	}
);


