
.fous-box-content {

	width: 602px;
	overflow: hidden
}

.large_box {
	margin-bottom: 10px;
	width: 602px;
	height: 402px;
	overflow: hidden
}

.large_box img {
	display: block
}

.small_box {
	width: 602px;
	height: 73px;
	overflow: hidden
}

.small_list {
	position: relative;
	float: left;
	width: 550px;
	height: 78px;
	overflow: hidden
}

.small_list ul {
	height: 73px;
	overflow: hidden
}

.small_list ul li {
	position: relative;
	float: left;
	margin-right: 10px;
	width: 120px
}

.small_list ul li img {
	display: block
}

.small_list ul li .bun_bg {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 78px;
	background: #000;
	filter: alpha(opacity=60);
	-moz-opacity: .6;
	-khtml-opacity: .6;
	opacity: .6
}

.small_list ul li.on .bun_bg {
	display: block
}

.btn {
	display: block;
	width: 20px;
	height: 73px;
	background-color: #777;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer
}

.btn:hover {
	background-color: #e7000e
}

.left_btn {
	float: left;
	margin-right: 10px;
	background-image: url(../images/left_btn.png)
}

.right_btn {
	float: right;
	background-image: url(../images/right_btn.png)
}