.slides1_wrap {
    /*background-color:#eee;*/
    position:relative;
    /*width:479px;*/
    padding-top: 10px;
    padding-bottom: 5px;
    visibility: hidden;
    height: 0px;
}
#slides1 {
    /*height:100px;
    width:495px;*/
    overflow:hidden;
    padding: 0;
    margin: 0;
}
#slides1 li {
    list-style:none outside none;
    width:489px;/**/
    padding: 0;
    margin: 0;
}
#slides1 h3 {
    color:#8D8D8D;
    font-size:36px;
    font-weight:normal;
    text-transform:lowercase;
}
#slides1 h4 {
    color:#000000;
    font-size:18px;
    font-style:italic;
    font-weight:normal;
    padding-bottom:16px;
    text-transform:lowercase;
}
.slides1_wrap .prev {
    background-color:#eee;
    height:25px;
    /*position:absolute;
    right:40px;
    top:110px;*/
    width:25px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    color: #999;
    line-height: 25px;
    z-index: 99999;
    display: block;
    position: absolute;
    margin-left: 441px;
}
.slides1_wrap .next {
    background-color:#eee;
    height:25px;
    /*position:absolute;
    right:10px;
    top:110px;*/
    width:25px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    color: #999;
    line-height: 25px;
    z-index: 99999;
    display: block;
    float: right;
    margin-right: -5px;
}
.slides1_wrap .next:hover{
    background-color: #999/*#008CD0*/;
    color: #fff;
}
.slides1_wrap .prev:hover{
    background-color: #999/*#008CD0*/;
    color: #fff;
}
.bx_pager {
    top: -25px;
    right: 0px;
    position: absolute;
    /*margin-left:258px;
    margin-top:-134px;*/
}
.bx_pager a {
    background:#EEEEEE;
    color:#999;
    cursor:pointer;
    float:left;
    font-size:11px;
    height:17px;
    margin-right:1px;
    padding:0 4px;
    text-align:center;
    width:14px;
}
.bx_pager a:hover, .bx_pager a.active {
    text-decoration:none;
    background-color: #999;
    color: #fff;
}
.auto_controls {
    bottom:-11px;
    left:394px;
    position:absolute;
}
.auto_controls a {
    color:#A3A3A3;
    font-size:16px;
    outline:0 none;
    padding:2px;
}
