Shadowbox.init({
	players: ["content"],
	overlayColor: '#05181D',
	overlayOpacity: 0.9
});

function openShadowbox(content, player, title, height, width)
{
	Shadowbox.open({
	content: content,
	player: player,
	title: title,
	height: height,
	width: width
	});
}
