div.bookcontainer{
	border:solid 1px #cac7c7;
	height: 380px;
	overflow: hidden;
	margin-bottom: 5%;
	/*background-color: rgba(208, 139, 53, 0.66);*/
}
div.container img{
	margin-top: -7%;
	position: inherit;

}
.cr {
  width: 200px;
  padding: 5px;
  text-align: center;
  color: #f0f0f0;
  margin-left: -22%;
  margin-top: 2%;
}
.cr a{
	color: white;
}
.cr-left   { 
	left: -50px; 
}
.cr-top.cr-left {
  transform: rotate(-45deg);
}
.cr-bottom.cr-left {
  transform: rotate(45deg);
}
.cr-red       { background-color: #e43; }
