#newBook {
	width: 700px;
	position: relative;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 16px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 120px;
}

#newBook .item {
	width: 664px;
	height: 120px;
	position: absolute;
	top: 0;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	left: 18px;
}

#newBook .item #slideItems {
	width: 9960px;
	position: absolute;
	left: 0;
	top: 0;
}

#newBook .item .section {
	list-style: none;
	width: 664px;
	height: 120px;
	float: left;
	padding: 5px 0 5px;
	text-align: center;
}

#newBook .leftBtn, .rightBtn {
	width: 18px;
	position: absolute;
	top: 0px;
	text-align: left;
}
#newBook .leftBtn a, .rightBtn a {
	text-decoration:none;
	font-weight: bold;
}

#newBook .leftBtn {
	left: 0;
	text-align: left;
}
#newBook .rightBtn {
	left: 682px;
	text-align: right;
}

#newBook p {
	width: 100px;
	padding: 5px 5px;
	line-height: 1;
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: left;
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-block;
}
/* Hides from IE-mac \*/
 * html .clearfix {height: 1%;}
 .clearfix {display: block;}
/* End hide from IE-mac */ 
