.focusWidth {
	width: 100%;
	height:100%;
}
.focus {
	width: 100%;
	position: relative;
}
.focus .main_content {
	position: absolute;
	z-index: 10;
}
.focus .tempWrap .main_content ul{height:100%;width:100%;}
.focus .main_content li {
	width: 100%;
	overflow: hidden;
	background: #f7f7f7;
	display: block;
	height:100%;
	_height:100%;
}
.focus .main_content li img {
	width:100%;
	display:block;
}
.tempWrap {
	height: 100%;
	width: 100%;
}
.focus .bor_slide {
	position: absolute;
	top: 0px;
	right: 0;
	height: 100%;
        z-index:10;
}
.focus .bor_slide ul {
	height: 100%;
	margin: 0;
	padding: 0;
}
.focus .bor_slide li {
	width: 50px;
padding-top:50%;
	height: 33.33333333333333%;
	_height: 33.33333333333333%;
	text-align: center;
	cursor: pointer;
	color: #fff;
	background: #ccc;
}
.focus .bor_slide li.on {
	background: red;
}
