#tips-container {
  position:relative; z-index:20;
  top:33px; left:-182px;
  width:530px;
  margin-top:-40px;
}

#tips-label {
  position:absolute; z-index:25;
  bottom:-46px; right:10px;
  width:197px; height:56px;
  background-image:url("/img/label-tips-voor-gebruikers.png");
  /* Fix for transparant PNG's in IE */
  _background-image:none;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/label-tips-voor-gebruikers.png", sizingMethod='crop');
}

#tips-content {
  position:relative; z-index:26;
  top:-13px;
  width:550px;
  padding:0px;
  background-color:#007B9E;
  color:#FFFFFF;
}
.tips-content-wrapper { padding:38px 16px 0.5em 16px; }

#tips-container.tips-active   #tips-label   { bottom:36px; }
#tips-container.tips-active   #tips-content { overflow:visible; top:-80px; padding-top:60px; min-height:210px; height:210px; }
#tips-container.tips-inactive #tips-content { overflow:hidden;  min-height:0px;   height:0px; }
#tips-container.tips-empty    #tips-content { overflow:hidden;  min-height:0px;   height:0px; }
#tips-container.preload  #tips-content { overflow:hidden;  min-height:22px;   height:22px; }

#tip-tekst { width:310px; }
#tips-content .voiceover { top:160px; left:325px; }
#tips-content img {
  position:absolute;
  top:110px; left:347px;
}
#tips-content .kader {
  position:absolute; z-index:25;
  top:104px; left:340px;
  width:192px; height:137px;
  background-image:url("/img/tips-kader.png");
  /* Fix for transparant PNG's in IE */
  _background-image:none;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/tips-kader.png", sizingMethod='crop');
}


#volgende-tip {
  position:absolute; z-index:30;
  top:92px; left:372px;
  width:169px; height:35px;
}
#volgende-tip a {
  background-image:   url("/img/volgende-tip.png");
  /* Fix for transparant PNG's in IE */
  _background-image:  none;
  _filter:            progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/volgende-tip.png", sizingMethod='crop');
}

