#gallery {
  width: 340px;
  height: 94px;
  position: relative;
/*  border: 1px solid #9e9e9e;
  box-shadow: 0 0 10px #ccc;
  margin: 1px auto; */
  overflow: hidden;
}
#gallery div {
  position: absolute;
  z-index: 0;
}
#gallery div.current {
  z-index: 1;
}
#gallery div.previous {
  z-index: 1;
}

.center {
  margin: auto;
  text-align: center;
 /* border: 3px solid green;*/
  padding: 2px;
}