$(window).load(function() 
	{
	$('.media').media({
		width:     996, 
		height:    616, 
		bgColor: '#000000',
		caption:   false // supress caption text 
		});

	});