#gallery{
  width             :   900px;    /*Total gallery width including arrows*/
  height            :   193px;
  position          :   relative;
}

#left_arrow{
  position          :   relative;
  left              :   20px;
 /* top               :   23px;  */
  cursor            :   pointer;
  float             :   left;
  /*margin-right      :   10px;  */
  visibility        :   visible;
  width             :   53px;
  height            :   193px;

}
#left_arrow img,#right_arrow img{

 margin-top         :   60px;
 text-align         :   center;
/* margin-left        :   10px;  */

}

#right_arrow{
  position          :   relative;
  right             :   0px;
  left              :   15px;
 /* top               :   23px;  */
  cursor            :   pointer;
  float             :   left;
 /* margin-left       :   10px;*/
  visibility        :   visible;
  width             :   53px;
  height            :   193px;

}

#slide{
  height            :   193px;
  width             :   794px;  /*Total width for gallery images without arrows*/
  position          :   relative;
  overflow          :   hidden;
  float             :   left;
  
}

#img-list{
  position          :   absolute;
  left              :   0px;
  top               :   0px;
  width             :   600%;
}


#slide ul{
  margin            :   0px;
  padding           :   0px;
}

#slide li{
  list-style        :   none;
  float             :   left;
  /*margin-left       :   15px; */
  width             :   150px;
  height            :   80px;
  background        :   url(../images/white.jpg) 9px top no-repeat;
  padding           :   0px 0 0 18px;
  margin            :   30px 0 0 0;
}

#slide li img{
  display           :   block;
  border            :   none;
  margin            :   10px 0 0 0px;
  padding           :   0px 0 0 0;
}
