.image,
.product-image {
	position: relative;
}
.image .rb-tl,
.product-image .rb-tl {
	position: absolute;
	top: 10px;
	left: 10px;
	max-width: 40px;
}
.product-image .rb-tl {
	max-width: 60px;
}
.image .rb-tr,
.product-image .rb-tr {
	position: absolute;
	top: 10px;
	right: 10px;
	max-width: 40px;
}
.product-image .rb-tr {
	max-width: 60px;
}
.image .rb-bl,
.product-image .rb-bl {
	position: absolute;
	bottom: 10px;
	left: 10px;
	max-width: 40px;
}
.product-image .rb-bl {
	max-width: 60px;
}
.image .rb-br,
.product-image .rb-br {
	position: absolute;
	bottom: 10px;
	right: 10px;
	max-width: 40px;
}
.product-image .rb-br {
	max-width: 60px;
}
