
/* defaults for all examples */
.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li{
	display: block;
	overflow: hidden;
	padding: 0;
}

#shelf {background:url(../../images/adults-books/shelf/bookshelf.jpg) no-repeat 0 0; padding:17px 0 15px 15px; }
/* example4 */
#shelf .kwicks li{
	width: 134px;
	height: 242px;
	margin-bottom: 3px;
}
#shelf #kwick1 {background:url(../../images/adults-books/shelf/kill-your-darlings_cover.jpg) no-repeat 26px 0;}
#shelf #kwick2 {background:url(../../images/adults-books/shelf/revenance_cover.jpg) no-repeat 26px 0;}
#shelf #kwick3 {background:url(../../images/adults-books/shelf/fame-hotel_cover.jpg) no-repeat 26px 0;}
#shelf #kwick4 {background:url(../../images/adults-books/shelf/fixx_cover.jpg) no-repeat 26px 0;}
#shelf #kwick5 {background:url(../../images/adults-books/shelf/you-cannot_cover.jpg) no-repeat 26px 0; margin-bottom: none;}

#shelf div.book-title {width:330px; float:right; padding:20px 30px 0 0;}
#shelf div.book-title a {font-weight:bold; font-size:15px; color:#111111;}
#shelf div.book-info {width:330px; float:right; padding:12px 30px 12px 0; text-align:justify; }
#shelf div.book-buy {width:330px; float:right;  padding:0 30px 25px 0;}
#shelf div.book-spine {height:240px; float:left; cursor:pointer;}


