.banner {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
	border-top:#CCCCCC solid 2px;
	margin-bottom:4px;
}

.banner > ul {
    display: none;
    /*width: 999999999px;*/
    height: 500px;
    position: absolute;
    top:0;
    left: 0;
}

.banner > ul > li  {
    float: left;
    height: 500px;
}

.banner > ul > li > a {
    display: block;
    font-size: 200px;
    text-align: center;
    line-height: 500px;
    font-weight: bold;
}

.left-btn,.right-btn {
    width: 43px;
    height: 43px;
    position: absolute;
    top: 45%;
    right: 30px;
    background: url("../Images/right-1.png");
    cursor: pointer;
	filter:alpha(opacity=50); -moz-opacity:0.5; opacity:0.5;
}

.left-btn {
    left: 30px;
    background: url("../Images/left-1.png");
	filter:alpha(opacity=50); -moz-opacity:0.5; opacity:0.5;
}

.img-btn-list {
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0;
    text-align: center;
}

.img-btn-list > span  {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 12px;
    margin: 0 5px;
    background: rgba(0,0,0,0.8);
    cursor: pointer;
}

.img-btn-list > span.current {
    width: 10px;
    height: 10px;
    border: 3px solid rgba(0,0,0,0.8);
    background: rgba(255,255,255,0.8);
}