#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .windowSmall {
  position:absolute;
  left:0;
  top:0;
  width:346px;
  display:none;
  z-index:9999;
  margin-right:20px;
}

#boxes div.contentSmall {
  background-color:#FFFFFF;
  margin-top:20px;
  padding:3px;
  height:240px;
  width:320px;
}


#boxes .windowLarge {
  position:absolute;
  left:0;
  top:0;
  width:475px;
  display:none;
  z-index:9999;
  margin-right:20px;
}

#boxes div.contentLarge {
  background-color:#FFFFFF;
  margin-top:20px;
  padding:3px;
  width:450px;
  height:253px;

}


#boxes a.close {
height:20px;
width:20px;
background-image:url(../images/closeButton.gif);
background-repeat:no-repeat;
display:block;
clear:both;

}
