@charset "utf-8"; html,body,ul,li,p {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

/* tsShopContainer */
#tsShopContainer li,#tsShopContainer img {
    vertical-align: top;
}

#tsShopContainer {
    width: 100%;
    margin: 0px auto 0 auto;
    position: relative;
    font-size: 12px;
    padding-bottom: 5px;
}

#tsShopContainer #tsImgS {
    text-align: center;
    width: 100%;
    position: relative;
}

#tsShopContainer #tsImgS a {
    display: block;
    text-align: center;
    margin: 0px auto;
}

#tsShopContainer #tsImgS img {
    border: 0px;
}

#tsShopContainer #tsPicContainer {
    width: 100%;
    height: 70px;
    position: relative;
    background: url(../images/scrollPicbg.gif) repeat-x 0px 0px;
}

#tsShopContainer #tsPicContainer #tsImgSArrL {
    width: 17px;
    height: 100%;
    background: url(../images/picshopArr.gif) no-repeat left center;
    position: absolute;
    top: 0px;
    left: 8px;
    cursor: pointer;
}

#tsShopContainer #tsPicContainer #tsImgSArrR {
    width: 17px;
    height: 100%;
    background: url(../images/picshopArr.gif) no-repeat right center;
    position: absolute;
    top: 0px;
    right: 8px;
    cursor: pointer;
}

#tsShopContainer #tsPicContainer #tsImgSCon {
    position: absolute;
    top: 4px;
    left: 38px;
    width: 1px;
    height: 63px;
    overflow: hidden;
    width: 87% !important;
}

#tsShopContainer #tsPicContainer #tsImgSCon ul {
    width: 100% !important;
    overflow: hidden;
}

#tsShopContainer #tsPicContainer #tsImgSCon li {
    width: 67px;
    float: left;
    cursor: pointer;
}

#tsShopContainer #tsPicContainer #tsImgSCon li img {
    margin: 1px;
    display: block;
    width: 60px;
    height: 60px;
}

#tsShopContainer #tsPicContainer #tsImgSCon li.tsSelectImg img {
    border: 2px solid #F00;
    margin: 0px;
}
