#gallery{
  width             :   900px;    /*Total gallery width including arrows*/
  height            :   193px;
  position          :   relative;
}

#left_arrow{
  position          :   relative;

  cursor            :   pointer;
  float             :   left;

  visibility        :   visible;
  width             :   25px;
  height            :   68px;
  margin-right: 5px;

}
#left_arrow img,#right_arrow img{

 margin-top         :   30px;
 text-align         :   center;
/* margin-left        :   10px;  */

}

#right_arrow{
  position          :   relative;
  right             :   0px;
  cursor            :   pointer;
  float             :   right;
  visibility        :   visible;
  width             :   15px;
  height            :   68px;
  margin-right: 5px;
}

#slide{

  position          :   relative;
  overflow          :   hidden;
  float             :   left;
 width:280px;height:90px;
 margin-left: 4px;
}

#img-list{
  position          :   absolute;
  left              :   0px;
  top               :   0px;
  width             :   600%;

}


#slide ul{
 margin-top:7px;
 padding:0px;
/*  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;*/
 margin:0px;
 padding:0px 6px 0 6px;
 float:left;
 height: 100px;

}

#slide li img{

/*  border            :   none;
  margin            :   10px 0 0 0px;
  padding           :   0px 0 0 0;*/
 border:1px solid #221f1c;
}


