Shadowbox.init({
    players:    ["img", "html", "iframe"]
});
	
function playVideo(num) {
	$("#cover").fadeOut();
	$("#video-details li").hide();
	$("#video-details li:eq("+(num-1)+")").show();
};
