/*
anatomyquiz.css
Author: Larry Ching
Date Created: Apr 6, 2007 
Copyright &copy; 2007
*/

div#anatomyquiz {
  position: relative;
  width: 300px;
  height: 120px;
  border: 1px solid #088;
}

#boxeslabels {
  position: relative;
  width: 280px;
  height: 100px;
  list-style: none;
  background: url(images/wrist_ap.jpg) no-repeat;
  font-size: 0.8em;
  border: 1px solid #C0C;
  margin: 10px auto;
}

#boxeslabels a {
  text-decoration: none;
  color: #003399;
}

#boxeslabels a .box {
  position: absolute;
  display: block;
  /* The background is a transparent image,
     used to work-around the display: block bug in IE 7 .
     http://www.ibloomstudios.com/articles/debugging_css_in_internet_explorer_-_part_1/  */
  background-image: url(images/spacer.gif);
  width: 12px;
  height: 12px;
}

#boxeslabels a:hover .box {
 border: 1px solid #fff;
}

#boxeslabels #scaphoid a .box {
  top: 20px;
  left: 18px;
}

#boxeslabels #lunate a .box {
  top: 37px;
  left: 91px;
}

#boxeslabels #styloidp a .box {
  top: 38px;
  left: 7px;
}

#boxeslabels #styloidu a .box {
  top: 49px;
  left: 104px;
}

#boxeslabels #ulnarhead a .box {
  top: 71px;
  left: 103px;
}


#boxeslabels a .label {
 position: absolute;
}

#boxeslabels a:hover .label {
 font-size: 0.9em;
 font-weight: bold;
 color: #C0C;
}


#boxeslabels #scaphoid a .label {
  top: 5px;
  left: 130px;
}

#boxeslabels #lunate a .label {
  top: 21px;
  left: 130px;
}

#boxeslabels #styloidp a .label {
  top: 37px;
  left: 130px;
}

#boxeslabels #styloidu a .label {
  top: 53px;
  left: 130px;
}

#boxeslabels #ulnarhead a .label {
  top: 69px;
  left: 130px;
}
