#teaserContainer {  height: 324px;  background-color: #151515;}#teaserContainer .curtain {  position: relative;  opacity: 0.01;  filter: alpha(opacity=1);  z-index: 10;}#teaserContainer .curtain.done { top: -1000px; }#teaserContainer #soundControl {  padding: 10px;  position: absolute;  z-index: 100;}#teaserContainer #soundControl a {  color: white;  padding: 3px;  background-color: #151515;  background-color: rgba(21, 21, 21, 0.3);}#teaserContainer #replayControl {  padding: 10px;  position: absolute;  z-index: 100;}#teaserContainer #replayControl a {  color: white;  padding: 3px;  background-color: #151515;  background-color: rgba(21, 21, 21, 0.3);}#teaserContainer #replayControl {  display: none;  z-index: 1;}#teaserContainer.withStill {  background-image: url('/images/northdocks/video_still.png');  background-repeat: no-repeat;}
