.focusBox {
	position: relative;
	width: 462px;
	height: 179px;
	overflow: hidden;
	margin: 10px 0 0 5px;
}
.focusBox .pic {
	position: absolute;
	z-index: 0;
}
.focusBox .pic img {
	width: 462px;
	height: 179px;
	display: block;
}
.focusBox .prev, .focusBox .next {
	width: 20px;
	height: 30px;
	margin: -20px 0 0;
	background: url(../img/ad_ctr2.png) no-repeat;
	position: absolute;
	top: 45%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.focusBox .prev {
	left: 0;
}
.focusBox .next {
	background-position: 0 -30px;
	right: 0;
}
.focusBox .prev:hover, .focusBox .next:hover {
	filter: alpha(opacity=60) !important;
	opacity: 0.6 !important;
}
.dt {
	position: absolute;
	bottom: 0;
	background: #000;
	opacity: 0.9;
	height: 30px;
	width: 467px;
	text-indent: 20px;
	line-height: 30px;
	font-family: "寰蒋闆呴粦";
}
.dt a {
	color: #fff;
	font-size: 16px;
	width: 70%;
}
.dt a:hover {
	color: #cc0000;
}