body{}
.gardin
{
  position:absolute; z-index:1; border: white 1px solid;
  
}
.gardin span
{
  border: none; display:inline-block; width: 67px; height: 67px;
  -moz-opacity:.75; filter:alpha(opacity=75); opacity:.75;
  background: url(Glossy/images/gardin.png) center center;
}
div.popup
{
  position:absolute; z-index:2;
  /* border: white 1px solid; */ 
  border:none;
  background-color:Transparent; 
}
.popup a
{
  text-decoration:none;
}
img.popup
{
  border:none;
}
div.popuptext 
{
  position:relative;
  top: -40px;
  height:40px;
  min-height:40px;
  max-height:40px;
  padding: 4px 9px 0 9px;
  font-size:9px;
  color:#FFFFFF;
}
div.popuptext h1
{
  font-size:12px;
  line-height:14px;
  margin:0;
  color:#FFFFFF;
}

