@charset "gb2312";
* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a, img {
    border: 0;
}

body {
    font: 12px/180% arial, Helvetica, sans-serif, "Î¢ÈíÑÅºÚ", "ËÎÌå";
}

.clear {
    clear: both
}

/* picbox */
.picbox {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

#featured {
    height: 296px;
    overflow: hidden;
    position: relative;
}

#featured .image {
    position: absolute;
    height: 296px;
    overflow: hidden;
}

#featured .word {
    z-index: 10;
    left: 0px;
    width: 986px;
    padding-left: 10px;
    color: #fff;
    bottom: 0px;
    position: absolute;
    height: 0px;
    text-align: left;
    background: #333;
    font-size: 12px;
    line-height: 17px;
    color: #fff;
}

#featured .word h3 {
    font-size: 13px;
    height: 20px;
    padding: 5px 0 7px 0;
}

#featured .word p {
    line-height: 28px;
}

#thumbs {
    width: 704px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -325px;
}

* html #thumbs {
    height: 100%;
}

#thumbs li {
    display: inline;
    float: left;
    cursor: pointer
}

#thumbs li a {
    display: block;
    font-size: 0px;
    width: 66px;
    height: 36px;
    background-image: url(../images/bgno.gif);
    padding: 10px;
}

#thumbs li a img {
    display: block;
    font-size: 0px;
    width: 66px;
    height: 36px;
    border: 1px solid #999999;
}

#thumbs li a:hover img {
    display: block;
    border: 1px solid #0099FF;
    height: 36px;
    width: 66px;
}

#thumbs li a.current img {
    display: block;
    border: 1px solid #0099FF;
    height: 36px;
    width: 66px;
}

#thumbs li a:hover {
    background-image: url(../images/bgover.gif);
}

#thumbs li a.current {
    background-image: url(../images/bgover.gif);
}

.btnPrev img,
.btnNext img{
    width: 50px;
    height: 56px;
}