$(document).ready( function() {
	$(".playVideo, a[title='video-story']").click( function() {
		$("#videoWrapper").fadeIn("fast");
		$("#videoPlayer").show("scale", {}, 500).html('<iframe width="592" height="363" src="http://www.youtube.com/embed/ax_-pOiJiI8?hl=en&fs=1&rel=0" frameborder="0" allowfullscreen></iframe>');
		$("#banner").data('nivoslider').stop();
	});
	$("#videoWrapper").click( function() {
		$(this).fadeOut().find("#videoPlayer").empty();
		$('#banner').data('nivoslider').start();
	});
});
