@import url('http://www.stephenjohnsonstudio.com/styles/global/books/');

h2 {
	width:850px;
	margin:40px auto 0 auto;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	padding-bottom:10px;
	border-bottom:2px solid #d0d5d5;
}

ul#booknav {
	margin:10px auto 0 auto;
	height:20px;
	width:375px;
}

ul#booknav li {
	float:left;
	display:block;
	height:20px;
}

ul#booknav li a {
	display:block;
	height:100%;
	text-indent:-999em;
}

ul#booknav li a:hover {
	background-position:0 -20px;
}

li.synopsis a {
	background:url(/images/booknav_synopsis.png);
	width:60px;
}

li.awards a {
	background:url(/images/booknav_awards.png);
	width:116px;
}

li.reviews a {
	background:url(/images/booknav_reviews.png);
	width:56px;
}

li.buynow a {
	background:url(/images/booknav_buynow.png);
	width:56px;
}

li.seeinside a {
	background:url(/images/booknav_inside.png);
	width:67px;
}

ul#booknav li.active a {
	background-position:0 -40px;
}

#bookwrapper {
	clear:both;
	width:850px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	padding-top:10px;
	font-size:11px;
	line-height:2em;
}

#bookcover {
	width:450px;
	float:left;
	margin-right:25px;
}

#book {
	float:left;
	width:375px;
	overflow:hidden;
	height:auto;
}

#totalbook {
	width:1700px;
}

#booktext {
	width:1500px;
}

.slide {
	display:block;
	width:375px;
	height:auto;
	float:left;
}

.slide ul {
	list-style:disc inside;
	margin-top:0px;
}

#seeinsidewrapper {
	width:850px;
	overflow:hidden;
}

#seeinside {
	width:5950px;
}

.insidepage {
	width:850px;
	float:left;
}

.insidepage img {
	width:848px;
	height:inherit;
	border:1px solid #d0d5d5;
}

h3 {
	font-size:13px;
	font-weight:bold;
}

#book p {
	width:375px;
	float:left;
}





#navleft2, #navright2 {
	height:110px;
	position:absolute;
	top:-325px;
}

#navleft2 {
	left:0px;
}

#navright2 {
	right:0px;
}

a.navleft2, a.navright2 {
	position:absolute;
	display:block;
	top:0px;
	height:110px;
	width:30px;
	text-indent:-999em;
	z-index:999;
}

#arrows2 {
	display:block;
	width:850px;
	height:0px;
	position:relative;
	float:right;
}

a.navleft2 {
	left:0px;
	background:url(/images/arrow_black_left.png) no-repeat;
	/*background:url(/images/nav_left.png) no-repeat;*/
}

a.navright2 {
	right:0px;
	background:url(/images/arrow_black_right.png) no-repeat;
	/*background:url(/images/nav_right.png) no-repeat;*/
}