{ padding:0, margin:0, list-style-type:none;}

#banner{
  position: absolute;
  width: 300px;
  height: 250px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  cursor: pointer;
  background-color: #7dd3f7;
}

.retina{
  position: absolute;
  width: 300px;
  height: 250px;

}

#border {
  position: absolute;
  width: 300px;
  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.75s ease-out;
  -moz-transition: stroke-dashoffset 1.75s 0.75s ease-out;
  -ms-transition: stroke-dashoffset 1.75s 0.75s ease-out;
  -o-transition: stroke-dashoffset 1.75s 0.75s ease-out;
  transition: stroke-dashoffset 1.75s 0.75s ease-out;
}
.drawn + svg .path{
  opacity: 1;
  stroke-dashoffset: 0;
}
#tick {
  width: 119px;
  position: absolute;
  left: 31px;
  top: 117px;
}

/* SLIDESHOW */
/*.img_container, .image_activator { top:400px;}
.slideshow img {   width: 100%; }
.slideshow img {display: none;}
.slideshow .active {display: block;}
.slideshow .image_activator {position: absolute; top: 600px; height: 100%;  z-index: 1000; outline: 0; }*/

.slideshow{
  position: absolute;
  width:100%;
  height: 235px;
  overflow: hidden;
  bottom: -5px;
}

.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;
}