@charset "utf-8";
/* CSS Document */
.clearboth {
	clear:both
}

.product_scroll {
	position: relative;
}
.product_scroll_inner {
	width:921px;
	overflow: hidden;
	margin:0 auto;
	padding-top:12px
}
.product_scroll ul {
	width: 218px;
	float: left;
	padding: 0 10px 0 4px;
	overflow: hidden;
}
.product_scroll li img {
	width: 206px;
	height: 159px;
	padding: 5px;
	border: 1px solid #edecec;
	overflow: hidden;
}
.product_scroll .btn_l, .product_scroll .btn_r {
	display: block;
	width: 13px;
	height: 24px;
	background: url(../images/roll.png) no-repeat 0 0;
	position: absolute;
	top: 35%;
	cursor: pointer;
}
.product_scroll .btn_l {
	left: 0;
}
.product_scroll:hover .btn_l {
	background-position:left bottom
}
.product_scroll .btn_r {
	background: url(../images/roll.png) no-repeat right 0;
	right: 0;
}
.product_scroll:hover .btn_r {
	background-position:right bottom
}
.product_scroll li a {
	line-height: 22px;
}
