/* foundation */

body {
	font: 100% normal "Arial", "Helvetica", sans-serif;
	
}

#books {
	width: 460px; /* optional */
	float:left;
	padding:6px 4px 0 4px;
	border: 1px solid #ccc;
	-moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-box-shadow: 2px 2px 5px #666;
  -webkit-box-shadow: 2px 2px 5px #666;
  -khtml-box-shadow: 2px 2px 5px #666;
}
#books img {
	border: 0;
}

#books .clear_both {
	clear: both;
}
#books .float_left,
#books  ul li {
	float: left;
	display: inline;
}
#books .float_right {
	float: right;
}
#books .overclear {
	width: 460px;
	overflow: hidden;
}

/* styles */

#books .buttons {
	position: relative;
	height: 30px;
	margin: 0 0 5px 0;
}

#books .prev {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	
}
#books .next {
	position: absolute;
	top: 0;
	right: 0;
	
}
#books .showing {
	margin: 10px 2px 0 2px;
	text-align: center;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

#books  ul {
	margin: 0 0 0 2px;
	padding: 0;
	list-style-type: none;
}
#books  ul li {
	display: none;
	position: relative;
	margin: 0;
	padding: 0 5px 20px 5px;
	font-size: .8em;
	z-index: 1;
}
#books  ul li.loader {
	display: block;
	float: none;
	height: 115px;
	margin: 0 0 20px -20px;
	background: url(../images/books_loader.gif) no-repeat center center;
}
#books  ul li a.info {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#books  ul li a.thumb {
	display: block;
	border: 1px solid #ccc;
}
#books  ul li a.thumb img {
	display: block;
	margin: 0;
	padding: 2px;
}
#books .btm {
	background: url(../images/books_btm.gif) repeat-x;
}
.books_tool_tip {
	display: none;
	position: absolute;
	top: 0;
	left: 0px;
	z-index: 9999;
}
.books_tool_tip .books_pointer_left {
	position: absolute;
	top: 0;
	left: 0;
	width: 0px;
	height: 0px;
}
.books_tool_tip .books_pointer_right {
	position: absolute;
	top: 0;
	right: 0;
	width: 0px;
	height: 0px;
}
.books_tool_tip .inner {
	border: 1px solid #ccc;
	padding: 15px 15px 3px 15px;
	margin: 0 0 0 9px;
	background: #fff;
	-moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-box-shadow: 2px 2px 5px #666;
  -webkit-box-shadow: 2px 2px 5px #666;
  -khtml-box-shadow: 2px 2px 5px #666;
	}
.books_tool_tip .inner_right {
	margin: 0 9px 0 0;
}
.books_tool_tip .inner p {
	font-size: .9em;
	margin: 0;
	padding: 0 0 12px 0;
	color: #000;
}