@charset "utf-8";
/* CSS Document */
/* focusWarp */
*{
	margin: 0;
	padding: 0;
}

li{
	list-style: none;
}
.focusWarp {
	height:220px;
	overflow:hidden;
	position:relative;
}
.imgList {
	position:absolute;
}
.imgList li {
	float:left;
	text-align:center;
	height:220px;
}
.imgList_two {
	position:absolute;
	z-index:10;
	top:100px;
}
.imgList_two li {
	float:left;
	text-align:center;
}
.imgList_two li img {
	margin-left:-330px;
}
.imgBtn {
	position:absolute;
	bottom:10px;
	z-index:10;
   right:50%; 
   margin-right:10px;
}
.btnWarp {
	overflow:hidden;
}
.imgBtn li {
    width:13px;
    height:14px;
    float:left;
    font-size:14px;
    margin-right:8px;
    background:url(../images/btnBg_03.png) no-repeat right top;
    _background:url(../images/btnBg_03.gif) no-repeat right top;
    text-align:center;
    line-height:18px;
    cursor:pointer;
}
.imgBtn li.hover {
    background:url(../images/btnBg_03n.png) no-repeat left top;
    _background:url(../images/btnBg_03.gif) no-repeat left top;
}

.sizeBox{width:300px; position:absolute;z-index:10;top:0;left:0;}
.prev,.next{display:block;height:77px;width:36px;position:absolute;top:140px;z-index:100;background:url(../images/prevNext.png) no-repeat;outline:none;}
.prev{left:2%;}
.next{right:2%;background-position:right top;}

