@charset "utf-8";
/* CSS Document */

a img {
	border: none;
}

.book {
	width: 210px;
	height: 160px;
	margin:auto;
	text-align: center;
	vertical-align: bottom;
}

.book img:hover,
.book img:active {
	z-index:2;
	cursor:none;
	background-color:white;
	-webkit-transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0);
	-moz-transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0);
	-ms-transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0);
	-o-transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0);
	transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0);
}
