.ibanner {
    width: 100%;
    overflow: hidden;
    position: relative;}
.ibanner .hd {
    width: 100%;
    overflow: hidden;
    position: absolute;
    bottom:60px;
    z-index: 1;
    text-align: center;}
.ibanner .hd ul {
    overflow: hidden;
    zoom: 1;}
.ibanner .hd ul li {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    line-height:12px;
    text-align: center;
    background: #b9b8b8;
    cursor: pointer; 
    border-radius: 50px;}
.ibanner .hd ul li.on {
    background: #801711;
    opacity:1;
    color: #fff;
    width:12px;
    height:12px;}
.ibanner .bd {
    position: relative;
    height: 100%;
    z-index: 0;}
.ibanner .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative
;}
.ibanner .bd img {
    width: 100%;
    display: block;}
.ibanner .prev,
.ibanner .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 45px;
    height: 80px;
    background: url(images/slider-arrow1.png) -120px 5px no-repeat;
    filter: alpha(opacity=40);
    opacity: 0.4;}
.ibanner .next {
    left: auto;
    right: 3%;
    background-position: -2px 5px;
    width: 45px;
    height: 80px;}
.ibanner .prev:hover,
.ibanner .next:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;}
.ibanner .prevStop {
    display: none;}
.ibanner .nextStop {
    display: none;}
