#xbox_wall {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #000;
  display: none;
} 

#xbox_body {
  position: absolute;
  top: 50px; 
  left: 0px;
  width: 100%;
  text-align: center;  
  z-index: 101;  
  display: none;
}

#xbox_body_content {
  position: relative;
  margin: 0px auto;
  height: 200px;
  padding: 10px 10px 40px 10px;
  width: 300px;
  background: #fff url(images/rotation.gif) 50% 50% no-repeat;
  text-align: left;  
}

#xbox_body_content.disabled {
  background: #fff;  
}

#xbox_image_title {
  position: absolute;
  bottom: 6px;
  left: 10px;
  width: 75%;
  height: 28px;  
  font-size: 0.9em;
  font-weight: bold;
  color: #414141;
  overflow: hidden;
}

#xbox_image_title span {
  display: block;
  font-weight: normal;  
}

#xbox_image_close {
  position: absolute;
  display: block;
  bottom: 9px;
  right: 10px;
  cursor: pointer;
  width: 74px;
  height: 22px;
  background: url(images/close.gif) 0 0 repeat;   
}

#xbox_image_prev {
  position: absolute;
  display: none;
  top: 10px;
  left: 10px;
  width: 50%;
  color: #fff;
  background: url(images/empty.gif) 0 0 repeat;  
}

#xbox_image_next {
  position: absolute;
  display: none;
  top: 10px;
  right: 10px;
  width: 50%;
  color: #fff;  
  background: url(images/empty.gif) 0 0 repeat;  
}

#xbox_image_prev:hover {
  background: url(images/prev.gif) 0 25% no-repeat; 
}

#xbox_image_next:hover {
  background: url(images/next.gif) 100% 25% no-repeat;  
}

