Shadowbox.init({
	overlayColor:"#000",
	overlayOpacity:"0.8",
	animSequence:"wh"
});

function openShadowbox(){
	Shadowbox.open({
		content:"video/video.swf",
		title:"",
		player:"swf",
		//width:450,
		//height:360
		width:652,
		height:520
	});
}
