﻿#banner1
{
    float: left;
    width: 825px;
    margin: 0px auto;
    height: 298px;
    overflow: hidden;
    position: relative;
}
#banner1 img
{
    width: 825px;
    height: 298px;
}

#btnbg
{
    float: left;
    width: 100%;
    height: 25px;
    background: #000000;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 100;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

#btn
{
    height: 16px;
    float: right;
    position: absolute;
    z-index: 9999;
    right:5px;
    bottom:3px;
    overflow: hidden;
}
#btn a
{
    color: #ffffff;
    font: 700 11px "Arial";
    float: left;
    width: 18px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
    background: none;
}
#btn a.activeSlide
{
    color: #fff;
    background: url(../images/ibhbtn.gif) no-repeat;
}
#btn a:hover
{
    color: #fff;
    background: url(../images/ibhbtn.gif) no-repeat;
}
