.ceebox li{ float:left; margin: 10px 20px 40px 10px}
.photo {
	position: relative;
	width: 90px;
	height: 90px;
	float: left;
}
.photo img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}
.photo span {
	width: 30px;
	height: 60px;
	display: block;
	position: absolute;
	top: -5px;
	left: -2px;
	background: url(paper-clip.png) no-repeat;
}
.photo em {
	display: none;
}
.photo a { text-decoration: none; }
* html .photo span { display:none }

