$(function() {

	$("#dbassTvVids a").fancybox({
		'scrolling'			: 'no',
		'titleShow'     	: false,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic',
		'width'				: 560,
		'height'			: 340,
		'autoDimensions'	: false,
		'overlayOpacity'	: 0.7,
		'overlayColor'		: "#000",
		'hideOnOverlayClick': true,
		'hideOnContentClick': false,
		'enableEscapeButton': true,
		//'modal'				: true,
		'centerOnScroll'	: false,
		'padding'			: 0		 
	});
	

});

