.image {
	position: relative;
}
.bottom {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 9;
}
.bottom +.bottom {top: 30px;}
.bottom+.bottom+.bottom{top:60px;}
.bottom+.bottom+.bottom+.bottom{top: 90px;}
.bottom+.bottom+.bottom+.bottom+.bottom{top: 120px;}

.rb-tl {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9;
}
.rb-tl+.rb-tl{top: 30px;}
.rb-tl+.rb-tl+.rb-tl{top:60px;}
.rb-tl+.rb-tl+.rb-tl+.rb-tl{top: 90px;}
.rb-tl+.rb-tl+.rb-tl+.rb-tl+.rb-tl{top: 120px;}
.rb-tr {
	position: absolute;
	top: 0px;
	right: 0px;
	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;
}