.sape-item{
	border: 2px solid #0000ff;
	width: 160px;
	font-size: 10pt;
	padding: 5px;
	position: relative;
	margin-right: 5px;
	display: inline-block;
	vertical-align: top;
}
.sape-host{
	color: #00bf00;
	text-align: right;
	font-size: 8pt;
	margin-top: 5px;
}
.sape-title{
	font-size: 10pt;
	font-weight: bold;
	margin-top: 7px;
}
.sape-image{
	text-align: center;
}
.sape-image img{
	width: 128px;
	height: 96px;
	border: 2px solid #ffffff;
	padding: 2px;
}
.sape-hover{
	border: 2px solid #0000ff !important;
}