$(document).ready(function() {
	
	// unorsthodox password request by client
	$('#aside .section .act a').hover(
		function() {
			$(this).parent().addClass("selected");
		},
		function() {
			$(this).parent().removeClass("selected");
		}
	);

	$(function(){
		VideoJS.setup();
	});
	
	// popups

	$("a#tos_pop").fancybox({
		'overlayOpacity': 0.75,
		'overlayColor': '#000000',
		'autoDimensions': false,
		'width': 600
	});

	// $("#a_download a").fancybox({
	// 	'overlayOpacity': 0.75,
	// 	'overlayColor': '#000000'
	// });
});
