//function formatTitle(title, currentArray, currentIndex, currentOpts) {
//    return '<div id="video-title">' + (title && title.length ? '<b>' + title + '</b> ' : '' ) + '<span class="close-link"><a href="javascript:;" onclick="$.fancybox.close();">Close[x]</a></span></div>';
//}
//
//$(function(){
//	$('#play-video').fancybox({'overlayOpacity':0.8, 'overlayColor':'#000', 'titlePosition':'inside', 'titleFormat':formatTitle});
//});
