* {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}
.innerinner {
  margin: 5px auto;
  height: 450px;
  width: 800px;
  position: relative;
}
.playslut {
  display: block;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.avsnitt {
  width: 800px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 500ms ease;
}
.avsnitt img {
  width: 100%;
}
.show .avsnitt {
  width: 395px;
  margin-left: 2px;
  height: auto;
}
.show2 .avsnitt {
  display: none;
}


img {
  display: block;
}
body {
  margin: 0;
  padding: 0;
  background: white;
  font-family: "Helvetica Neue",Arial,Helvetica,"Nimbus Sans L","Bitstream Vera Sans",sans-serif;
  font-size: 15px;
  line-height: 1.3;
  color: #ccc;
  position: relative;
  background: black;
}
.videoinfo {
  padding: 5px 0;
  text-transform: uppercase;
  font-size: 13px;
  width: 800px;
  text-align: right;
}
.show .videoinfo {
  display: none;
}
.videoinfo span {
  display: inline-block;
  width: 34px;
  height: 22px;
  background: url(grafik/rattigheter-sprite.png) no-repeat;
  margin: 0 0 -6px 8px;
  opacity: 0.7;
}
.videoinfo .ejMobil {
  background-position: 0 -285px;
}
.videoinfo .ejUtomlands {
  background-position: 0 -329px;
  margin-left: 0;
}
