$(document).ready(function() { 
    // Open video overlays
    $('a[rel]').overlay({
		top: 'center'
	});
});
