$(function()
{
	$(".prettyPhoto_media").prettyPhoto({
		animationSpeed: 'normal',
		padding: 40,
		opacity: 0.6,
		showTitle: true,
		allowresize: true,
		counter_separator_label: '/',
		theme: 'dark_rounded',
		callback: function(){ $("#video").css('visibility', 'visible'); }
	});

	/*
	$("a[rel^='prettyPhoto']").click(function(){
		$("#video").css('visibility', 'hidden');
	})
	*/

});
