#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%;
}
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%;
}
#event_out, #shape_out, #size_out, #slices_out {
	position: relative;
	width: 80%;
	margin: auto;
}
.images img {
	width: 100%;
	min-width: 100px;
	height: 100px;
	padding: 10px;
	border: 1px solid #999;
	vertical-align: bottom;
}
.images a:hover > img {
	padding: 0px;
}
.prev1, .prev2, .prev3, .next1, .next2, .next3 {
	position: relative;
	height: 50px;
	width: 25%;
	\\color: #fff;
	z-index: 99;
}
.prev2, .prev3, .next1, .next2 {
	background: #eeabd7;
	box-shadow: 0 3px 5px #333;
	cursor: pointer;
	z-index: 99;
}
.prev1, .prev2, .prev3 {
	left: 0;
}
.next1, .next2, .next3 {
	left: 75%;
}
.page1 {
	position: relative;
	top: 50px;
}
.page2, .page3 {
	display: none;
}
#fam_graph, #wed_graph {
	display: none;
	margin-bottom: 50px;
	margin-left: 10%;
}
#fam_graph .graphic {
	float: left;
	width: 31%;
}
#wed_graph .graphic {
	float: left;
	width: 19%;
}
#ev_button {
	background: #b496bc;
}
#re_button, #sh_button {
	background: none;
}