@charset "utf-8";
/* CSS Document */
*{
	padding: 0;
	margin: 0;
}

.banner img{
	vertical-align: top;
}
.banner {
	background: url(../images/bannerbg.png) repeat-x;
}
#focus-banner-list li{
	display: none;
	list-style: none;
}

#focus-banner-list li:first-child{
	display: block;
}

#focus-banner{
	position: relative;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    height: 503px;

}

#focus-banner-list{
	width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
#focus-banner-list li{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
#focus-banner-list li .focus-banner-img{
	width: 100%;
    height: 503px;
    display: block;    
}

#bannerBtnBox{
	position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 100%;
    z-index: 3;
	display:block;
	transition: all 0.6s ease;
}
#focus-banner-list:hover +#bannerBtnBox .bannerBtn a{
	opacity: 1;
	transition: all 0.6s ease;
}

#bannerBtnBox .bannerBtn{
	opacity: 0.8;
	position:relative;
	margin: 0 auto;
	width:1000px;
    min-width: 1000px;
	display:block;
}

#bannerBtnBox .bannerBtn a{
	position: absolute;
    width: 26px;
    height: 51px;
    z-index: 99;
    display: block;
    opacity: 0;
    transition: all 0.6s ease;
	/*background-image: url(../images/arrows.png);*/
}
#bannerBtnBox .bannerBtn:hover a{
	opacity: 1;
}

#prev-img{
	left: -60px;
}
#prev-img{
    background-position: 0 0;
    left: -60px;
}

#next-img{
	right: -60px;
}
#next-img{
    background-position: -26px 0;
    right: -60px;
}
#focus-bubble{
	position: absolute;
	left: 50%;
	bottom: 15px;
	z-index: 999;
}


#focus-bubble li{
	float: left;
	width: 12px;
	height: 12px;
	margin: 0 3px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border: 1px rgba(255, 255, 255, 0.5) solid;
	cursor: pointer;
}
#focus-bubble li.current{
	background-color: rgba(255, 255, 255, 0.8);
}
