#blendme img:hover {cursor: pointer;}
.blend img {
			opacity: 0;
			-moz-opacity: 0;
			-khtml-opacity:0;
			filter: alpha(opacity=0);
			} 

