.ceebox li{ float:left; margin: 10px}
.photo {
	position: relative;
	width: 170px;
	height: 120px;
	float: left;
}
.photo img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}
.photo span {
	width: 170px;
	height: 84px;
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	background: url(border.png) no-repeat;
}
.photo em {
	display: none;
}
.photo a { text-decoration: none; }

