$(document).ready(
	function()
	{
		$("a.box_video_small").colorbox({width:480, height:295, iframe:true});
		$("a.box_video_medium").colorbox({width:560, height:340, iframe:true});
		$("a.box_video_large").colorbox({width:640, height:385, iframe:true});
		$("a.box_video_hd").colorbox({width:853, height:505, iframe:true});
		$("a.box").colorbox();
	}
);
