{ padding:0, margin:0, list-style-type:none;}

#banner{
  position: absolute;
  width: 970px;
  height: 250px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  cursor: pointer;
  background-color: #7dd3f7;
}

.retina{
  position: absolute;
  width: 970px;
  height: 250px;

}

#border {
  position: absolute;
  width: 970px;
  height: 250px;
  top: 0px;
  left: 0px;
  border:1px solid #cccccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#overlay{
  position: absolute;
  top:0px;
  left:0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 10000;
  border:1px solid #cccccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* USER */

.tick{
  stroke-dasharray: 270;
  stroke-dashoffset: 270;
  -webkit-transition: stroke-dashoffset 1.75s 0.55s ease-out;
  -moz-transition: stroke-dashoffset 1.75s 0.55s ease-out;
  -ms-transition: stroke-dashoffset 1.75s 0.55s ease-out;
  -o-transition: stroke-dashoffset 1.75s 0.55s ease-out;
  transition: stroke-dashoffset 1.75s 0.55s ease-out;
}
.drawn + svg .path{
  opacity: 1;
  stroke-dashoffset: 0;
}
#tick {
  width: 200px;
  position: absolute;
  left: 230px;
  top: 155px;
}


.slideshow{
  position: absolute;
  width:100%;
  height: 260px;
  overflow: hidden;
  bottom:0;
}

.sprite{
  position: absolute;
  top:-20px;
  left:0px;
  height: 250px;
  width: auto;
}

.mouseFollow{
  position: relative;
  float: left;
  width: calc(100% / 7);
  height: 100%;
  z-index: 1000;
}