

#flipbook{
		float:left;
}

#flipbook .page-wrapper{
    -webkit-perspective:2000px;
    -moz-perspective:2000px;
    -ms-perspective:2000px;
    -o-perspective:2000px;
    perspective:2000px;
}

#flipbook img{
		width: 300px;
		height: 390px;
		z-index:-1;
}

.shadow{
	position:absolute;
	width:300px;
		height:390px;
	-webkit-box-shadow:inset 0 0 5px #666;
	-moz-box-shadow:inset 0 0 5px #666;
	-o-box-shadow:inset 0 0 5px #666;
	-ms-box-shadow:inset 0 0 5px #666;
	box-shadow:inset 0 0 5px #666;
	z-index:10;
	border:1px solid #999;
}

#toc-title{
	width:260px;
	padding:10px 20px;
	height:30px;
	background-color:#333;
	color:#fff;
	font-size:18px;
	line-height:30px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-moz-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#toc{
	width:300px;
	height:485px;
	margin-right:20px;
	float:left;
	-webkit-box-shadow: 0px 0px 15px rgba(50, 50, 50, 1);
	-moz-box-shadow:    0px 0px 15px rgba(50, 50, 50, 1);
	box-shadow:         0px 0px 15px rgba(50, 50, 50, 1);
	border:1px solid #999;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:#F2F2F3;
}

#bookmarks{
	height:395px;
	float:left;
	overflow:hidden;
}

#bookmarks-container{
	height:auto;
}

.clear{
	clear:both;
}

.bookmark{
	height:auto;
	width:260px;
	padding:10px 20px;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	border-bottom:solid 1px #999;
	border-top:solid 1px #FFF;
	margin:0;
	float:left;
	-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.bookmark:hover{
	-webkit-box-shadow:inset 0 0 10px #ccc;
	-moz-box-shadow:inset 0 0 10px #ccc;
	-o-box-shadow:inset 0 0 10px #ccc;
	-ms-box-shadow:inset 0 0 10px #ccc;
	box-shadow:inset 0 0 10px #ccc;
	background-color:#C8D8A7;
}

#up-arrow{
	width:300px;
	height:20px;
	line-height:20px;
	text-align:center;
	-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
	float:left;
	background-color:#ddd;
	cursor:pointer;
	border-bottom:solid 1px #999;
}

#up-arrow:hover{
	-webkit-box-shadow:inset 0 0 10px #ccc;
	-moz-box-shadow:inset 0 0 10px #ccc;
	-o-box-shadow:inset 0 0 10px #ccc;
	-ms-box-shadow:inset 0 0 10px #ccc;
	box-shadow:inset 0 0 10px #ccc;
	background-color:#999;
}

#down-arrow{
	width:300px;
	height:20px;
	line-height:20px;
	text-align:center;
	-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
	float:left;
	background-color:#ddd;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	cursor:pointer;
	border-top:solid 1px #999;
}

#down-arrow:hover{
	-webkit-box-shadow:inset 0 0 10px #ccc;
	-moz-box-shadow:inset 0 0 10px #ccc;
	-o-box-shadow:inset 0 0 10px #ccc;
	-ms-box-shadow:inset 0 0 10px #ccc;
	box-shadow:inset 0 0 10px #ccc;
	background-color:#999;
}

#book{
	height:485px;
	width:640px;
	float:left;
	-webkit-box-shadow: 0px 0px 15px rgba(50, 50, 50, 1);
	-moz-box-shadow:    0px 0px 15px rgba(50, 50, 50, 1);
	box-shadow:         0px 0px 15px rgba(50, 50, 50, 1);
	border:1px solid #999;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:#F2F2F3;
}

#book-title{
	width: 610px;
	padding: 5px 15px;
	height: 40px;
	background-color:#333;
	color:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-moz-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#title-text {
	vertical-align: middle;
	display: table-cell;
	height: 43px;
	width: 470px;
	font-size: 11px;
	line-height: 18px;
	padding-right: 10px;
}

#pagination {
	width: 125px;
	display: table-cell;
	padding-top: 5px;
	font-size:14px;
}

#current-page{
	width:60px;
	height:14px;
	text-align:center;
	padding:7px;
	background-color:#666;
	border:solid 1px #000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
}

#flipbook-container{
	padding:20px;
	background-color:#F2F2F3;
	height:375px;
	position:relative;
}

.page-container{
	background-color:#fff;
	background-image:url(./images/loading.gif);
	background-repeat:no-repeat;
	background-position:center center;
}

#left-arrow{
	width:35px;
	height:53px;
	position:absolute;
	top:140px;
	left:-7px;
	cursor:pointer;
}

#right-arrow{
	width:35px;
	height:53px;
	position:absolute;
	top:140px;
	right:-7px;
	cursor:pointer;
}

#enlarged-book-container{
	margin-left:auto;
	margin-right:auto;
}