$(document).ready(function() {
	/*
	$("#video-long a").colorbox({
		innerWidth: 853,
		innerHeight: 505,
		initialWidth: 50,
		initialHeight: 50,
		iframe: true
	});
	$("#video-short a").colorbox({
		innerWidth: 853,
		innerHeight: 505,
		initialWidth: 50,
		initialHeight: 50,
		iframe: true
	});
	*/
});