#wb-menu { 
  position:absolute; 
  left:10px; top:92px; 
  width:120px; height:17px; 
  z-index:1; 
  background-color:#115B9F;
  visibility:hidden;
  text-align:center;
} 


#wb-menu-content { 
  position:absolute;
  left: 3px;
  top: 3px;
  width: 114px;
  height: 11px;
}


#wechselbilder-wrapper {
  position:relative;
  left:24px; top:0px;
  width:140px; height:119px;
  background-color:white;
}

#wechselbilder { 
  overflow:hidden; 
  background-color:white;
  position:absolute; 
  width:136; height:115;
  left:2px; top:2px;
  margin:0px;
  overflow:hidden; 
  clip:rect(0px,136px,115px,0px);
  text-align:left;
}

#wb-current { 
  position:absolute;
  left:0px; top:0px;
  width:136px; height:115px;
}

#wb-current-content { 
  width:136px; height:115px;
  background-color:white;
}

#wb-next { 
  position:absolute;
  left:142px; top:0px;
  width:136px; height:115px;
}

#wb-next-content { 
  width:136px; height:115px;
  background-color:red;
}


