html, body, ul, li, p
{
    margin: 0;
    padding: 0;
}
li
{
    list-style: none;
}
#tsShopContainer li, #tsShopContainer img
{
    vertical-align: top;
}
#tsShopContainer
{
    width: 350px;
    margin: 0 0 20px 0;
    position: relative;
    font-size: 12px;
    padding-bottom: 5px;
}
#tsShopContainer #tsImgS
{
    text-align: center;
    width: 100%;
    position: relative;
    border: 1px solid #ddd;
}
#tsShopContainer #tsImgS a
{
    display: block;
    text-align: center;
    margin: 0 auto;
}
#tsShopContainer #tsImgS img
{
    border: 0;
}
#tsShopContainer #tsPicContainer
{
    width: 100%;
    height: 70px;
    position: relative;
}
#tsShopContainer #tsPicContainer #tsImgSArrL
{
    width: 17px;
    height: 100%;
    background: url(/html/image/picshopArr.gif) no-repeat left center;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
#tsShopContainer #tsPicContainer #tsImgSArrR
{
    width: 17px;
    height: 100%;
    background: url(/html/image/picshopArr.gif) no-repeat right center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
#tsShopContainer #tsPicContainer #tsImgSCon
{
    position: absolute;
    top: 10px;
    left: 28px;
    width: 1px;
    height: 70px;
    overflow: hidden;
}
#tsShopContainer #tsPicContainer #tsImgSCon ul
{
    width: 100%;
    overflow: hidden;
}
#tsShopContainer #tsPicContainer #tsImgSCon li
{
    width: 60px;
    float: left;
    cursor: pointer;
}
#tsShopContainer #tsPicContainer #tsImgSCon li img
{
    padding: 3px;
    margin: 1px;
    border: 1px solid #ddd;
    display: block;
    width: 42px;
    height: 42px;
}
#tsShopContainer #tsPicContainer #tsImgSCon li.tsSelectImg img
{
    border: 2px solid #f00;
    margin: 0;
}
