function scrollVideos(dir)
{
	$('#otherVideosInnerContent').animate({top: (dir ? '+' : '-') + '=404'});
}
