
(function(){
	
	$(document).delegate(".video-link", 'click', function(){

		$.fn.colorbox({
			href: $(this).attr('href'),
			inline: true
		});

		return false;
	});


})();

