/* CSS file for image thumbnail cell containment - Copyright 2007 TMP */

#popupcell
{
  position     : relative;
  left         : 0px;
  right        : 0px;
  margin-right : 8%;
  margin-left  : 8%;
  width        : 84%;
  color        : #fdfdfd;
  background   : transparent;
  z-index      : 1;
}

#popupcell img
{
  margin-left   : 0px;
  margin-right  : 0px;
  padding-left  : 0px;
  padding-right : 0px;
}