#focus_image {
	height: 300px;
	position: relative;
	z-index: 20;
	overflow: hidden;
	width: 425px
}
#focus_image .pages {
	width: 425px;
	height: 275px;
	background: #212121
}
#focus_image .pages .item {
	position: absolute;
	left: 425px;
	top: 0;
	width: 425px;
	height: 275px;
	z-index: 5;
	text-decoration: none
}
#focus_image .pages .item.cur {
	display: block;
	z-index: 10
}
#focus_image .pages .item .poster {
	display: block;
	width: 425px;
	height: 275px
}
#focus_image .pages .item b {
	background: #000;
	opacity: .8;
	filter: alpha(opacity=80);
	position: absolute;
	width: 425px;
	height: 40px;
	left: 0;
	bottom: 0;
	z-index: 1;
	-moz-transition: opacity .2s ease-in;
	-webkit-transition: opacity .2s ease-in;
	-o-transition: opacity .2s ease-in;
	transition: opacity .2s ease-in;
	cursor: pointer
}
#focus_image .pages .item:hover b {
	opacity: .4;
	filter: alpha(opacity=40)
}
#focus_image .pages .item i {
	position: absolute;
	width: 340px;
	padding: 0 5px;
	height: 40px;
	left: 0;
	bottom: 0;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	z-index: 2;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
	font-weight: 600
}
#focus_image .controler {
	display: block;
	width: 425px;
	height: 40px;
	line-height: 40px;
	margin-top: 5px;
	text-align: center;
	-moz-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
	background: #ffffff;
}
#focus_image .controler b {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(focus_res/ink0721hui.png) no-repeat center center;
	cursor: pointer;
	line-height: 20px;
	color: #2B2B2B;
	position: relative
}
#focus_image .controler b i {
	display: none
}
#focus_image .controler b.down {
	background: url(focus_res/ink0721hui1.png) no-repeat center center;
}
