.left_banner
{
    width: 1423px;
    height: 500px;
    background: #fff;
    margin: 0 auto;
}
#slider
{
    width: 1423px;
    height: 500px;
    z-index: 0;
}
#slider img
{
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.nivo-controlNav
{
    position: absolute;
    left: 700px;
    bottom: 10px;
    z-index: 1000;
}
.nivo-controlNav a
{
    display: block;
    width: 15px;
    height: 16px;
    background: url(../image/bullets.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    margin-right: 3px;
    float: left;
}
.nivo-controlNav a.active
{
    background-position: 0 -16px;
    margin-top: -3px;
}
.nivo-directionNav a
{
    display: block;
    width: 41px;
    height: 65px;
    background: url(../image/arrows.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    margin-top: -30px;
}
a.nivo-nextNav
{
    background-position: -41px 0;
    right: 0;
}
a.nivo-prevNav
{
    left: 0;
}
.nivo-caption
{
    text-shadow: none;
    height: 38px;
    line-height: 33px;
}
.nivo-caption a
{
    color: #fff;
    text-decoration: underline;
}
.nivoSlider
{
    position: relative;
}
.nivoSlider img
{
    position: absolute;
    top: 0;
    left: 0;
}
.nivoSlider a.nivo-imageLink
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 60;
    display: none;
}
.nivo-slice
{
    display: block;
    position: absolute;
    z-index: 50;
    height: 100%;
}
.nivo-caption
{
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    color: #fff;
    opacity: .8;
    width: 100%;
    z-index: 89;
}
.nivo-caption p
{
    padding: 5px;
    margin: 0;
}
.nivo-caption a
{
    display: inline!important;
}
.nivo-html-caption
{
    display: none;
}
.nivo-directionNav a
{
    position: absolute;
    top: 45%;
    z-index: 99;
    cursor: pointer;
}
.nivo-prevNav
{
    left: 0;
}
.nivo-nextNav
{
    right: 0;
}
.nivo-controlNav a
{
    position: relative;
    z-index: 99;
    cursor: pointer;
}
.nivo-controlNav a.active
{
    font-weight: bold;
}
