$(document).ready(function() {

    // OPEN LINK IN NEW WINDOW
	$('a.new-window').click(function(){
		window.open(this.href);
		return false;
	});

    // LIGHTBOX


	// FANCYBOX
	$("a[rel=fancybox], a.fancybox").fancybox({
		'transitionIn'		: 'fade',
		'transitionOut'		: 'fade',
		'titlePosition' 	: 'over',
		'overlayOpacity'	:	'0.6',
		'overlayColor'		:	'#000',
		'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
			return '<span id="fancybox-title-over">' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' &nbsp; ' + title : '') + '</span>';
		}
	});

	$("a.video-1").fancybox({
		'transitionIn': 'fade',
		'transitionOut': 'fade',
		'titleShow': false,
		'overlayOpacity':	'0.6',
		'overlayColor':	'#000',
		'padding': '0',
		'autoDimensions': false,
		'scrolling': 'no',
		'href': base_dir + 'templates/player.php?file=http://ftpmsc-cz.vasestranky.cz/ftp/media/video/MSC2010_DAY_1.flv',
		'type': 'iframe',
		'width': 720,
		'height': 405
	});
	
	$("a.video-2").fancybox({
		'transitionIn': 'fade',
		'transitionOut': 'fade',
		'titleShow': false,
		'overlayOpacity':	'0.6',
		'overlayColor':	'#000',
		'padding': '0',
		'autoDimensions': false,
		'scrolling': 'no',
		'href': base_dir + 'templates/player.php?file=http://ftpmsc-cz.vasestranky.cz/ftp/media/video/MSC2010_DAY_2.flv',
		'type': 'iframe',
		'width': 720,
		'height': 405
	});

	$("a.video-3").fancybox({
		'transitionIn': 'fade',
		'transitionOut': 'fade',
		'titleShow': false,
		'overlayOpacity':	'0.6',
		'overlayColor':	'#000',
		'padding': '0',
		'autoDimensions': false,
		'scrolling': 'no',
		'href': base_dir + 'templates/player.php?file=http://ftpmsc-cz.vasestranky.cz/ftp/media/video/MSC2010_DAY_3.flv',
		'type': 'iframe',
		'width': 720,
		'height': 405
	});

	$("a.video-4").fancybox({
		'transitionIn': 'fade',
		'transitionOut': 'fade',
		'titleShow': false,
		'overlayOpacity':	'0.6',
		'overlayColor':	'#000',
		'padding': '0',
		'autoDimensions': false,
		'scrolling': 'no',
		'href': base_dir + 'templates/player.php?file=http://ftpmsc-cz.vasestranky.cz/ftp/media/video/mystic-skate-cup-2010-final_edit.flv',
		'type': 'iframe',
		'width': 720,
		'height': 405
	});



});
