

.popup{
  position:relative;top:0px;left:0px;
  z-index:1000;
  background-color:transparent;
}
.popup a{
  border:0px none;
  text-align:center;
}

.popup a:hover {
  position:relative;
  text-decoration:none;
}

.testbox{
  display: none;
  position: absolute;
  top:-180px;left:-230px;
  _top:0px;
  width:236px;height:186px;
  padding:4px 4px;
  background-color:white;
  border:1px solid silver;
  text-align:center;
  cursor:pointer;
}


*:first-child+html .testbox{
  top:0px;
}

.testbox img{
  border:0px none;
}
.betulink{
  position:absolute;bottom:6px;right:6px;
  text-decoration:underline;
}

.popup a:hover .testbox {
  display: block;
  background-color: white;
  color:blue;  
}


