.full-width {
  overflow: hidden;
  position: relative;
}
.full-width,
.full-width .slide img {
  width: 100%;
}
.full-width:hover {
  background: transparent;
}
.full-width .inner {
  overflow-y: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
  filter: alpha(opacity=00);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: margin 500ms linear;
  -moz-transition: margin 500ms linear;
  -ms-transition: margin 500ms linear;
  -o-transition: margin 500ms linear;
  transition: margin 500ms linear;
}
.full-width .slide {
  float: left;
  overflow-x: hidden;
  position: relative;
}
.full-width .slide img {
  height: auto;
}
.full-width .slide div {
  color: #fff;
  position: absolute;
  padding: 0 5%;
  left: 0;
  width: 90%;
  text-align: right;
  font-size: 32px;
}
.full-width .controls a {
  position: absolute;
  top: 55%;
  margin-top: -46px;
  display: block;
  line-height: 40px;
  *display: none;
}
.full-width .controls a.left {
  left: 0px;
}
.full-width .controls a.right {
  right: 0px;
}
.full-width .slide-nav {
  *display: none;
  font-size: 75px;
  margin: 0 auto;
  line-height: 50px;
  display:none;
  font-family: 'Helvetica', Arial, sans-serif;
}
.full-width .slide-nav span {
  cursor: pointer;
  color: #ccc;
}
.full-width .slide-nav span.current {
  color: #333;
}
