#category {
	position: relative;
	width: 100%;
	height: 50px;
	text-align: center;
}
#lookbook-wrapper {
	position: relative;
	top: 20px;
	padding: 10px;
	width: 90%;
	height: auto;
	margin: auto;
	text-align: center;
}
#book {
	position: relative;
	width: 80%;
	min-height: 800px;
	margin: auto;
	background-image: url("../images/book-1.png");
	background-size: 100% 100%;
}
@media only screen and (max-device-width: 480px) {
	#book {
		height: 1000px;
	}
}
img.book {
	min-height: 100%;
	min-width: 1025px;
	width: 100%;
	height: auto;
	position: relative;
	top: 0;
	left: 0;
}
#book h3 {
	\\color: #000;
}
.left-page, .right-page {
	float: left;
	top: 50px;
	width: 50%;
	height: 100%;
}
.gap_50 {
	height: 50px;
}
.chevron {
	height: 50px;
	width: 80%;
	margin: 10px auto;
	background-image: url("../images/chev-sm.png");
}
.description {
	clear: both;
	width: 70%;
	height: auto;
	min-height: 50px;
	margin: 20px auto;
	\\background-image: url("../images/chev-sm.png");
}
.images {
	width: 80%;
	margin: auto;
}
.images a {
	float: left;
	width: 31%;
	min-width: 100px;
	margin-bottom: 20px;
	background: #fff;
	box-shadow: 0 3px 5px #999;
}
.left-page .images a {
	margin-left: 2%;
}
.right-page .images a {
	margin-right: 2%;
}
.images img {
	width: 100%;
	min-width: 100px;
	height: 100px;
	padding: 10px;
	border: 1px solid #999;
	vertical-align: bottom;
}
.images a:hover > img {
	padding: 0px;
}
.toc1, .toc2, .toc3, .toc4, .toc5, .toc6, .toc7 {
	cursor: pointer;
	top: -30px;
}
.toc1:hover, .toc2:hover, .toc3:hover, .toc4:hover, .toc5:hover, .toc6:hover, .toc7:hover {
	color: #fff;
	text-shadow: 0 3px 5px #333;
}
.toc1 {
	top: 20px;
	left: 75%;
	width: 25%;
	height: 40px;
	padding: 10px;
}
.prev1, .prev2, .prev3, .prev4, .next4, .next1, .next2, .next3, .next4 {
	position: relative;
	height: 50px;
	width: 25%;
	z-index: 99;
}
.prev2, .prev3, .prev4, .next1, .next2, .next3 {
	background: #eeabd7;
	box-shadow: 0 3px 5px #333;
	cursor: pointer;
	z-index: 99;
}
.prev1, .prev2, .prev3, .prev4 {
	left: 0;
}
.next1, .next2, .next3, .next4 {
	left: 75%;
}
.page1, .page2, .page3, .page4, .page5, .page6, .page7, .page8, .page9 {
	position: relative;
	top: 50px;
}
.page1 h1, .page2 h2, .page3 h2, .page4 h2, .page5 h2, .page6 h2, .page7 h2, .page8 h2, .page9 h2 {
	width: 50%;
	margin: auto;
	padding: 10px;
	background: #d9cadd;
	box-shadow: 0 3px 5px #aaa;
}
.toc1, .page2, .page3, .page4 {
	display: none;
}