div.img
{
  margin: 2px;
  width: auto;
  height: auto;
  float:left
}	
div.img img
{
  margin: 3px;
  height: 150px
}
div.desc
{
  margin: 3px;
  height: 12px;
  max-width: 200px;
  text-align: center;
  font-weight: normal;
  font-family: sans-serif;
  font-size: 11px;
}
div.desc_ie
{
  margin: 3px;
  height: 12px;
  max-width: 200px;
  text-align: center;
  font-weight: normal;
  font-family: sans-serif;
  font-size: 11px;
  float: left;
  position: relative;
  top: 0px;
  left: 0px;
}
div.fulldesc
{
  margin: 3px;
  height: auto;
  width: 200px;
  text-align: center;
  font-weight: normal;
  font-family: sans-serif;
  font-size: 11px;
  visibility: hidden;
  position: absolute;
  left: auto;
  background: SteelBlue;
}
div.fulldesc_ie
{
  margin: 3px;
  height: auto;
  width: 200px;
  text-align: center;
  font-weight: normal;
  font-family: sans-serif;
  font-size: 11px;
  visibility: hidden;
  display: block;
  position: absolute;
  top: auto;
  left: auto;
  background: SteelBlue;
}
