$(document).ready(function() {
	$('#video_box').dialog({ autoOpen: false, width: 640, height: 451, modal: true });//width: 640, minWidth: 640, height: 430, minHeight: 430, modal: true });
	$('#show_video').click(function() { $('#video_box').dialog('open'); return false; });
});
