$(function() {
	$(".video_frame img[rel]").overlay({mask: '#000', effect: 'apple'});
	$(".video_frame a[rel]").overlay({mask: '#000', effect: 'apple'});
});
