
/*wrapper*/
#wrapper {
    width: 800px;
    margin: 0 auto;
}

#picSlideWrap {
    padding-bottom: 30px;
}

.imgnav {
    width: 800px;
    margin: 10px auto;
}

#content {
    margin: 0px auto;
    line-height: 19px;
}

#content p {
    text-indent: 2em;
    color: #333;
}

.imgnav {
    position: relative;
    margin: 0 auto;
    width: 800px;
}

#img {
    z-index: 10;
    width: 800px;
    position: relative;
    text-align: center;
}

#img img {
    height: 600px;
    display: none;
}

#cbtn {
    background: #EAEBF0;
    position: relative;
    height: 122px;
    border: 1px solid #D6D9DC;
    margin-top: 12px;
}

#cbtn ul {
    position: relative;
    width: 10000px;
    height: 122px;
}

#cbtn ul li {
    float: left;
    padding: 8px 3px 3px 3px;
    width: 116px;
    height: 86px;
    cursor: pointer;
    text-align: center;
    margin-right: 20px;
    position: relative;
}

#cbtn ul li img {
    width: 116px;
    height: 86px;
    display: block;
}

#cbtn ul li tt {
    background: #000;
    color: #FFF;
    position: absolute;
    right: 4px;
    bottom: 4px;
    z-index: 20;
    font-family: "ËÎÌå";
    font-size: 12px;
    line-height: 16px;
    padding: 0 5px;
}

#cbtn li.hov {
    background: url(/templates/pc/d/images/ico/imgHoverBg.gif) no-repeat;
}

.ctrl div {
    clear: both;
}

#cSlideUl {
    width: 690px;
    height: 116px;
    overflow: hidden;
    position: relative;
    top: 10px;
    margin: 0 auto;
}

.picSildeLeft {
    cursor: pointer;
    position: absolute;
    top: 32px;
    left: 10px;
    z-index: 9;
}

.picSildeRight {
    cursor: pointer;
    position: absolute;
    top: 32px;
    right: 10px;
    z-index: 9;
}