/* BOOK LIST ITEM */
#flippingbook_book_list_item {
	padding: 3px;
	margin-top: 3px;
	margin-right: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EEEEEE;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #EEEEEE;
}

/* IMAGE IN BOOKS LIST */
.flippingbook_book_img {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 5px;
	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 */
#content_inner {
	width: auto !important;
}
.fb_navigation {
	width: 100%;
	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 {
}

#fb_back {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-top: 3px;
	line-height: 22px;
	background-image: url(../images/back.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#dd_menu {
	font-size: 11px;
	border-width: 1px;
}

#fb_first {
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 3px;
	line-height: 22px;
	background-image: url(../images/begin.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}

#fb_prev {
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 3px;
	line-height: 22px;
	background-image: url(../images/prev.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}

#fb_next {
	padding-left: 10px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-top: 3px;
	line-height: 22px;
	background-image: url(../images/next.gif);
	background-repeat: no-repeat;
	background-position: 100% 2px;
}

#fb_last {
	padding-left: 10px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-top: 3px;
	line-height: 22px;
	background-image: url(../images/play.gif);
	background-repeat: no-repeat;
	background-position: 100% 2px;
}

#fb_l_download {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 3px;
	line-height: 22px;
	background-image: url(../images/download.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#fb_r_download {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 3px;
	line-height: 22px;
	background-image: url(../images/download.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#fb_slideshow {
	display: none;
	/*padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 3px;
	line-height: 22px;
	background-image: url(../images/play.gif);
	background-repeat: no-repeat;
	background-position: center;*/
}
/* ZOOM */
.shadow {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	background-color: #000000;
	width: 100%;
	display: block;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	z-index:999;
}

#mtable {
	width: 790px;
	left: 50%;
	margin-left: -395px;
}

.mtable {
	display: block;
	top: 0px;
	left: 0px;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	z-index:999;
}

.zoom_image {
	border: 1px solid #999999
}

.zoom_table {

}

.zoom_cell {
	border: 1px solid #000000;
	background-color:#000000;
	padding: 0px;
}
