@charset "utf-8";

.slide-continer
{
    display: inline-block;
    width: 400px;
    height: 400px;
}
.slide
{
    position: relative;
    width: 400px;
    height: 400px;
    overflow: hidden;
}
.slide img
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 400px;
    height: 400px;
    opacity: 0;
}

.table_03 tr td
{
    padding: 0px 10px 0px 0px !important;
    border-bottom-style: none !important;
}
