.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	margin: 10px;
	padding: 0;
	float: left;
	position: relative;
	width: 90px;
	height: 65px;
}
.gallery img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}

.gallery img:hover {
	background: #fff;
	border: solid 1px #000;
	padding: 4px;
}

.gallery span {
	width: 77px;
	height: 27px;
	display: block;
	position: absolute;
	top: -12px;
	left: 10px;
	background: url(../images/tape.png) no-repeat;
}
.gallery a {
	text-decoration: none;
}
<!--[if lt IE 7]>
	.gallery span { behavior: url(iepngfix.htc); cursor: pointer; }
<![endif]-->