﻿.index圖片播放器11
{
    
}

    .index圖片播放器11 .marquee {
        position: relative;
        animation: marquee 65s linear infinite;
        border-collapse: collapse;
    }

        .index圖片播放器11 .marquee td
        {
            padding : 0;
        }

        @keyframes marquee {
            0% {
        left: 0px;
    }
    100% {
        left: -100%;
    }
}

.index圖片播放器11 .oneSlide 
{
    position: relative;
    display: block;
    line-height : 0;
}

.index圖片播放器11 .oneSlide img
{
    height : 300px;
    width : auto;
}

.index圖片播放器11 .caption
{
    position : absolute;
    display : block;
    bottom : 1em;
    left : 1em;
    background-color : rgba(75, 75, 75, 0.63);
    color : #fff;
    padding : 0.5em;
}
