\documentclass[mathserif]{beamer}
\beamertemplateshadingbackground{yellow!70}{white}
\setbeamertemplate{navigation symbols}{}
\usepackage{graphicx,color,amsmath}
\usepackage{subfigure}
\usepackage{algorithm}
\usepackage{algorithmic}
\usepackage{beamerthemeshadow}
\usefonttheme{serif}
\usetheme{warsaw}
\setbeamerfont{structure}{family=\rmfamily,shape=\itshape}  
\makeatletter
\defbeamertemplate*{footline}{shadow theme}
{%
  \leavevmode%
  \hbox{\begin{beamercolorbox}[wd=.5\paperwidth,ht=2.5ex,dp=1.125ex,leftskip=.3cm plus1fil,rightskip=.3cm]{author in head/foot}%
    \usebeamerfont{author in head/foot}\insertframenumber\,/\,\inserttotalframenumber\hfill\insertshortauthor
  \end{beamercolorbox}%
  \begin{beamercolorbox}[wd=.5\paperwidth,ht=2.5ex,dp=1.125ex,leftskip=.3cm,rightskip=.3cm plus1fil]{title in head/foot}%
    \usebeamerfont{title in head/foot}\insertshorttitle%
  \end{beamercolorbox}}%
  \vskip0pt%
}
\begin{document}
\begin{frame}\frametitle{Contents} \tableofcontents
\end{frame}
\section{Introduction}
\subsection{American Barrier Options}
\begin{frame}
\begin{definition}
American barrier options are modified forms of standard call or put American options
that characterized by strike price, barrier level and a cash rebate associated to crossing
the barrier level.
\end{definition}
The four main types of barrier options are:
\begin{itemize}
\item Down and In
\item Down and Out
\item Up and In
\item Up and Out
\end{itemize}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\subsubsection{Approximate the conditional value}
\begin{frame}
\begin{itemize}
\item Approximate $C_j(S_j)$ using $\{e_1(S_j),e_2(S_j),\dots,e_m(S_m)\}$, the first $m$ basis function:
\begin{equation*}
 C_j(S_j) = \sum _{i=1}^m \alpha _i(S_j) e_i(S_j) = \alpha^m(S_j)  . e^m(S_j)
\end{equation*} 
$\alpha ^m(S_j) =(\alpha _1(S_j),\alpha_2(S_j),\dots,\alpha_m(S_j))$ and $e^m = (e_1,e_2,\dots,e_m)$.
\end{itemize}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
\end{document} 