$.colorbox.settings.maxWidth = '90%';
$.colorbox.settings.maxHeight = '90%';
$.colorbox.settings.slideshowStart = 'vetítés indítása';
$.colorbox.settings.slideshowStop = 'vetítés megállítása';
$.colorbox.settings.current = '{current} / {total}';
$.colorbox.settings.previous = 'előző';
$.colorbox.settings.next = 'következő';
$.colorbox.settings.close = 'bezár';

$(function(){
	if (typeof window.videoPlayerConfig != 'undefined') {
		$('#player').player(window.videoPlayerConfig);
	}
});
