/* BOOK LIST ITEM */
#flippingbook_book_list_item {
	padding: 3px;
	margin-top: 3px;
	margin-right: 3px;
	border: 1px solid #999999;
}

/* IMAGE IN BOOKS LIST */
.flippingbook_book_img {
	border: 1px solid #999999;
	padding: 3px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 4px;
	margin-bottom: 3px;
	text-decoration: none;
	width: auto;
	float: left;
}

/* BOOK NAME IN BOOKS LIST */
#flippingbook_book-name {
	display: block;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-bottom: 2px;
}

#flippingbook_book-name:hover {
}


/* DESCRIPTION IN BOOKS LIST */
.flippingbook_book-description {
}

/* DESCRIPTION BLOCK */
.fb_description {
	margin: 0px;
	padding: 5px;
	width: auto;
}

/* FLASH OBJECT */
.fb_flash {
	width: auto;
	text-align: center;
}

/* NAVIGATION BACKGROUND */
.fb_navigation {
	width: auto;
	text-align: center;
	padding: 8px 0px 6px 0px;
}

/* NAVIGATION ITEMS */
.fb_navigation a:link, .fb_navigation a:visited, .fb_navigation a:active {
padding: 3px;
}

.fb_navigation a:hover {
}

#dd_menu {
}

#fb_first {
}

#fb_prev {
}

#fb_next {
}

#fb_last {
}