.thumbwrap5 {
	float:left; /* must be floated for same cross browser position of larger image */
	margin:1px;
}
.thumb5 {
	position:relative;
	padding:4px;
}
.thumb5 img { 
	border:0px solid #000;
	vertical-align:bottom;
}
.thumb5:hover {
	border:0; /* IE6 needs this to show large image */
	z-index:1;
}
.thumb5 span { 
	position:absolute;
	visibility:hidden;
}
.thumb5:hover span { 
	visibility:visible;
	top:7px; left:-680px; 
}
