body {
        margin:0;
        padding:0;
}

#adArea {
  background: #e10177;
    overflow: hidden;
    text-overflow: clip;
    cursor:pointer;

  width:300px;
  height:250px;
  position: absolute;
}


path {
  stroke-width: 3px;
  stroke: white;
  fill: none;
  /*stroke-dasharray: 500px, 500px !important;*/

}
svg {
  overflow: visible;
  height: 100%;
  max-width: 100%;
}


#truckC {
  width: 5px;
  height: 5px;
  /*background-color: black;*/
}


#s1 {
  width: 150px;
  height: 250px;
  overflow: hidden;
  text-overflow: clip;
}
#s2 {
  width: 150px;
  height: 250px;
  left: 150px;
  overflow: hidden;
  text-overflow: clip;
}
#s2 > .slide2 {
  margin-left: -150px;
}



.rct {
  width:300px;
  height:250px;
    position: absolute;
}

.scale0 {
    -ms-transform: scale(0); /* IE 9 */
    -webkit-transform: scale(0); /* Safari */
    transform: scale(0);
}

.abs {
  position: absolute;
}

.opacity0 { opacity: 0; }
.opacity1 { opacity: 1; }

.zIndex2200 { z-index: 2200; }
.zIndex6666 { z-index: 6666; }

.hidden{
  visibility: hidden;
}
.noEvents{
  pointer-events: none;
}
.noVis{
    visibility: none;
}
.noDisplay{
    display: none;
}