
body {
  background: url('../images/back.png');
}

h1 {
  text-shadow: 0px 1px 1px rgba(250,250,250,0.7);
  font-weight: normal;
  color: #8C8C8C;
  letter-spacing: 1pt;
  word-spacing: 2pt;
  font-size: 32px;
  text-align: left;
  font-family: arial, helvetica, sans-serif;
  line-height: 1;
  margin-top:150px;
}

.text-center { text-align: center; }

#slider-container, .slider-control {
  overflow: hidden;
  height: 220px;
  width: 350px;
  margin: auto;
  border-radius: 6px;
}

.slider-control {
  white-space: nowrap;
  letter-spacing: 0;
  font-size: 0;
  margin-top: -220px;
}

.move-left, .move-right {
  height: 350px;
  width: 220px;
}

    .move-right:hover {
      -webkit-box-shadow: inset -125px 0px 120px -90px rgba(0,0,0,0.75);
      -moz-box-shadow: inset -125px 0px 120px -90px rgba(0,0,0,0.75);
      box-shadow: inset -125px 0px 120px -90px rgba(0,0,0,0.75);
    }

    .move-left:hover {
      -webkit-box-shadow: inset 125px 0px 120px -90px rgba(0,0,0,0.75);
      -moz-box-shadow: inset 125px 0px 120px -90px rgba(0,0,0,0.75);
      box-shadow: inset 125px 0px 120px -90px rgba(0,0,0,0.75);
    }

.slides {
  white-space: nowrap;
  letter-spacing: 0;
  font-size: 0;
  transition: margin .3s
}

.item-moving { transition: none; }

.slide, .move-left, .move-right { display: inline-block; }

.slide img {
  height: 220px;
  width: 350px;
}
