/* CSS Document */
body {
  color:white;
  height:500px; 
  }

img {
  border:0px ;
  filter:alpha(opacity=100);

  }	

.thumb {
  position:relative; 
  top:0;
  left:0; 
  }
  
.thumb a {
  margin:0;
  text-decoration:none;
  }

.thumb a:hover {
  filter:alpha(opacity=0);
  }

.thumb a .grand {
  display:block;
  position:absolute; 
  width:0px; 
  }	  
  
.thumb a:hover .grand { 
  filter:alpha(opacity=100);
  position: absolute; 
  top:-300px;
  left:375px;
  width:400px;
  z-index:10; 
  }
a:hover {
}

