﻿.FilmInfoVideoGallery_Head {
    background-color: #6dcff6;
    width: 500px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    text-align: center;
    color: #fff;
    font-family: 'F1';
    font-size: 22px;
}

.FilmInfoVideoGallery_Content {
    position: relative;
}

.FilmInfoVideoGallery_Title {
    margin-top: 10px;
    color: #fff;
    text-align: center;
    width: 500px;
    font-family: 'F2';
    font-size: 16px;
}

.FilmInfoVideoGallery_DivImage {
    margin: 2px auto;
    width: 500px;
    height: 300px;
    float: right;
    background-color: #555;
}

.FilmInfoVideoGallery_Image {
    width: 426px;
    height: 226px;
    margin: 5px 37px;
}

.FilmInfoVideoGallery_ImgPlay {
    position: absolute;
    width: 50px;
    height: 50px;
    margin: 100px 225px 0 0;
    opacity: 0.7;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

    .FilmInfoVideoGallery_ImgPlay:hover {
        opacity: 1;
    }

.FilmInfoVideoGallery_Bullet {
    height: 20px;
    width: 493px;
    background-color: #eee;
    text-align: left;
    padding: 5px 0 0 5px;
    direction: ltr;
    border: 1px solid #ddd;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

/****FilmWorldVideoGallery****/
.FilmWorldVideoGallery_Head {
    background-color: #181818;
    color: #fff;
    width: 760px;
    text-align: center;
    font-family: 'F1';
    font-size: 24px;
}

.FilmWorldVideoGallery_Content {
    height: 335px;
    background-color: #000;
    width: 760px;
    text-align: center;
}

.FilmWorldVideoGallery_Caption {
    color: #fff;
    /*background-color: #555;*/
    width: 760px;
    text-align: center;
    font-family: 'F2';
    font-size: 14px;
}
