/* CSS Document */
body {
  color:white;
  height:500px; 
  }

img {
  border:1px solid black;
  filter:alpha(opacity=70);

  }	

.thumb {
  position:relative; 
  top:0;
  left:0; 
  }
  
.thumb a {
  margin:20;
  text-decoration:none;
  }

.thumb a:hover {
  filter:alpha(opacity=100);
  background-position: 0px -267px;
	
  }

.thumb a .grand {
  display:block;
  position:absolute; 
  width:0px; 
  }	  
  
.thumb a:hover .grand {
	filter:alpha(opacity=100);
	position:absolute;
	top:-45px;
	left:152px;
	width:190px;
  }

