﻿#banner1
{
    width: 1003px;
    margin: 0px auto;
    height: 347px;
    overflow: hidden;
    cursor: pointer;
    position:relative;
}
#banner1 img
{
    width: 1003px;
    height: 347px;
}
#btnbg
{
    float: left;
    width: 100%;
    height: 14px;
    background: url(../images/num_bg.png) no-repeat;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='image', src="images/num_bg.png");
    _background: none;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 40;
}

#btn
{
    height: 14px;
    float: right;
    position: absolute;
    z-index: 50;
    right: 2px;
    bottom: 0;
}
#btn a
{
    position: relative;
    color: #ffffff;
    font: 700 11px "Arial";
    float: left;
    width: 22px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    text-decoration: none;
    border-left: solid 1px #ffffff;
    -display: inline;
}

#btn a.activeSlide
{
    color: #fff;
    top: -2px;
    bottom: 0;
    height: 16px;
    width: 23px;
    border: none;
    line-height: 18px;
    background: url(../images/ihbtn.png) no-repeat;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='image', src="images/ihbtn.png");
    _background: none;
}
