.bookshelf {
	background-image: url("/wp-content/uploads/2012/05/left.gif"),  url(/wp-content/uploads/2012/05/right.gif), url(/wp-content/uploads/2012/05/middle.gif);
	background-position: 0 0, right 0, 98px 0;
	background-repeat: repeat-y, repeat-y, repeat;
	position:relative;
}

.book {
	z-index: 1000;
	position: relative;
	left: 30px;
	margin-right: 30px;
	width:73px;
	height:110px;
}

.shelf {
	top: 15px;
	position: relative;
	margin-top: 0;
	padding: 0;
	margin-bottom: 25px;
}