#t_slide {
    height: 168px;
    border: 1px solid #CCC;
    margin: auto;
    width: 758px;
    position: relative;
}

#t_slide .slide {
    position: absolute;
    width: 758px;
    height: 168px;
}

#t_slide .part {
    float: left;
    overflow: hidden;
    height: 168px;
    position: relative;
}

#t_slide img {
    position: absolute;
    top: 0;
    left: 0;
}

#t_slide .part#p_1 {
    width: 251px;
    border-right: 1px solid #CCC;
}
#t_slide .part#p_2 {
    width: 252px;
    border-right: 1px solid #CCC;
}
#t_slide .part#p_3 {
    width: 253px;
}

