@charset "utf-8";

/* CSS Document */

.scrollpicbox {
	height: 180px;
	position: relative;
	margin-top:15px;
	padding-top:10px;

}

.scrollpicbox .bun {
	width: 20px;
	height: 60px;
	position: absolute;
	background: url('../images/scrollpicbun.png') no-repeat;
	display: block;
	top: 50%;
	margin-top: -45px;
	z-index: 99;
}

.scrollpicbox .lbun {
	left: 12px;
	background-position: 0px 0px;
}

.scrollpicbox .lbun:hover {
	background-position: 0px -60px;
}

.scrollpicbox .rbun {
	right: 12px;
	background-position: -20px 0px;
}

.scrollpicbox .rbun:hover {
	background-position: -20px -60px;
}

.scrollpicbox .scrollpic {
	width: 991px;
	height: 130px;
	overflow: hidden;
	z-index: 98;
	position: absolute;
	left: 60px;
	top: 15px;
}

.scrollpicbox ul {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 5000px;
}

.scrollpicbox .item {
	width: 150px;
	padding: 0 7px;
	float: left;
}

.scrollpicbox .lazy {
	width: 150px;
	height: 100px;
}

.scrollpicbox .name {
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 12px;
	color: #666;
	margin-top: 10px;
	text-align:center;
}