#newBook {
	margin: 0px;
	position: absolute;
}
.item {
	width: 576px;
	overflow: hidden;
	position: absolute;
	left: 18px;
	top: 0px;
	height: 80px;
	right: 0px;
	padding: 0px;
}
.leftBtn,.rightBtn {
	text-align: left;
	width: 20px;
	position: absolute;
	top: 55px;
}
.leftBtn {
	text-align: left;
	left: 0px;
}
.rightBtn {
	text-align: right;
	left: 625px;
	top: 55px;
}
.item ul {
	width: 2500px;
	left: -40px;
	top: -20px;
	position: absolute;
		}
.item li {
	height: 80px;
	width: 130px;
	list-style-type: none;
	float: left;
	text-align: center;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#slideItems {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 2500px;
	margin-top: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 5px;
	margin-left: 5px;
}
#slideItems h4 {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 0px;
}
#slideItems p {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#slideItems img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#newBook #head {
	position: absolute;
	top: 20px;
	left: 32px;
}
#newBook #foot {
	position: absolute;
	top: 105px;
	left: 32px;
}
#newBook .item #side_left {
	background-image: url(../images/common/bk_slideleft.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	width: 14px;
	height: 100px;
}
#newBook .item_wrap {
	background-image: url(../images/common/bk_slide.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	width: 591px;
	padding-left: 10px;
	padding-right: 5px;
	position: absolute;
	position: absolute;
	left: 25px;
	top: 30px;
	height: 80px;
}
