@charset "utf-8";

/* CSS Document */

.scrollpicbox {
	background: #F7F7F7;
	height: 190px;
	position: relative;
	width:1200px;
}

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

.scrollpicbox .lbung {
	left: 22px;
	background-position: 0px 0px;
}

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

.scrollpicbox .rbung {
	right: 22px;
	background-position: -20px 0px;
}

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

.scrollpicbox .scrollpic {
	width: 1076px;
	height: 160px;
	overflow: hidden;
	z-index: 98;
	position: absolute;
	left: 65px;
	top: 15px;
}

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

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

.scrollpicbox .lazy {
	width: 200px;
	height: 130px;
}

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