﻿.pg-sd-c
{

}
.pg-sd
{
    overflow: hidden;
    position: relative;
    z-index: 0;
    float:left;

}
.pg-sd-list
{
    position: absolute;
    z-index: 1;
    top: 0px;
}
.pg-sd-item
{
    float: left;
}
    .pg-sd-item img
    {
        vertical-align: middle;
    }
.pg-sd-sltr
{
    position: absolute;
    z-index: 3;
    left: 318px;
    bottom: -1px;
}
.pg-sd-sltr a
{
    color: White;
    display: inline-block;
    width: 245px;
    height:8px;
}
.pg-sd-sltr-chk
{
    background-image: url(../image/slide_slct.png);
    background-repeat: no-repeat;
    
}
.pg-sd-sltr-unchk
{
    background-image: url(../image/slide_unslct.png);
    background-repeat: no-repeat;
}

.pg-sd-thumb
{
    display:none;
    margin-top: 10px; /*修改的是这里*/
    float:right;
}

.pg-sd-thumb a
{
    display: table;   /*修改的是这里*/
}

.pg-sd-thumb-spacer
{
    display: table;/*修改的是这里*/
    width: 15px;
    height: 2px;/*修改的是这里*/
}

.pg-sd-thumb img
{
    border: 1px solid #DADADA;
    vertical-align: middle;/*修改的是这里*/
}