#gallery{
  width             :   78px;    /*Total gallery width including arrows*/
  height            :   350px;
  position          :   relative;
  text-align        :   center;
  margin-right      :   10px;
}

#left_arrow{
  position          :   relative;
  cursor            :   pointer;
  visibility        :   visible;
}

#right_arrow{
  position          :   relative;
  cursor            :   pointer;
  visibility        :   visible;
}

#slide{
  height            :   228px;
  width             :   78px; /*Total width for gallery images without arrows*/
  position          :   relative;
  overflow          :   hidden;
  margin            :   0px 0;
}

.imgs{
  position          :   absolute;
  left              :   0px;
  top               :   0px;
}

.imgs ul{
  margin            :   0px;
  padding           :   0px;
}

.imgs li{
  list-style        :   none;
  margin            :   0px;
  padding           :   16px 0 0 0px;
}

.imgs li img{
  border            :   none;
  outline           :   none; 
}


