.image {
	position: relative;
}
.rb-tl {
	position: absolute;
	top: 0px;
	left: 14px;
	z-index: 9;
}
.rb-tr {
	position: absolute;
	top: 0px;
	right: 14px;
	z-index: 9;
}
.rb-bl {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 9;
}
.rb-br {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 9;
}
.rb-tr img, .rb-br img, .rb-bl img, .rb-tl img {
    padding-top:14px !important;
    max-width: 66px;
    
}