#tour {
  margin: 30px auto 0 auto;
  position: relative;
  width: 700px; }
  #tour h2 {
    text-align: center;
    margin-bottom: 0.5em;
    color: #129101; }
  #tour p {
    margin-top: 1em;
    color: black;
    text-align: left;
    line-height: 1.65em;
    font-size: 14px;
    text-align: justify;
    text-align: center; }
  #tour div.img {
    height: 220px; }

#left {
  position: absolute;
  top: 40%;
  left: 0; }

#right {
  position: absolute;
  top: 40%;
  right: 0; }

#scroller {
  margin: 0 auto;
  width: 500px;
  height: 400px;
  overflow: hidden;
  position: relative; }

#boxes {
  width: 20000px; }

.box {
  width: 500px;
  height: 500px;
  float: left;
  text-align: center; }
