// JavaScript Document
$(document).ready(function(){
	$(".flash_video_open").colorbox({width:"802px", height:"670px", iframe:true});
});

