.item_image_div {
	position:relative;
	display:inline-block;
}
.item_image_tier {
	position: absolute;
	right: -4px;
	top: 0;
	background: orange;
	text-align: center;
	border-radius: 3px 3px 3px 3px;
	color: white;
	padding: 2px 2px;
	font-size: 6px;
	z-index: 3;
}
.item_image_count {
	position: absolute;
	left: 12px;
	top: 20px;
	color: lightgray;
	font-size: 9px;
	font-weight: bold;
	z-index: 3;
}
