#bookshelf_container {
	width: 100%;
	height: 300px;
	z-index: -1;
	font-family: "Gotham-Narrow", "Open Sans", Arial;
	color: #262223;
	font-size: 18px;
	margin-bottom: 0px;
}
#bookshelf {
	width: 100%;
	height: 200px; /*this is the height of the original image*/
	border: none;
	background-color: #f2f2f2;
	margin-top: 30px;
	margin-bottom: 30px;
	z-index: 1;
	/*for flicker on chrome on next/previous*/
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-webkit-transform-style: preserve-3d;
}
#bookshelf-next {	
	font-size: 16px;
	vertical-align: bottom;
	float: right;
	/*for flicker on chrome on next/previous*/
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-webkit-transform-style: preserve-3d;
}
#bookshelf-prev {
	font-size: 16px;
	vertical-align: bottom;
	float: left;
	/*for flicker on chrome on next/previous*/
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-webkit-transform-style: preserve-3d;
}
#purchase-message {
	font-size: 16px;
	vertical-align: bottom;
	float: left;
}
