﻿.video_table
{
    margin:0 auto;
    position:relative;
    top:45px;
    margin-bottom:30px;
}
.video_table img
{
    cursor:pointer;
    width:100%;
}
.video_t
{
    width:100%;
    height:56px;
    background:url("http://www.firstbullion.com/imges/video_black.png") repeat;
}
.video_t p
{
    font-size:18px;
    color:#fff;
    padding:15px 0;
    text-align:center;
    margin-bottom:0;
}
.video_n
{
    display:none;
    position:relative;
    border:1px solid #e2e2e2;
    margin:0 auto;
    margin-top:30px;
}
.video_n.hover
{
    display:block;
}
.video_b
{
    position:relative;
    width:100%;
    margin:0 auto;
    max-width:600px;
}
.video_back
{
    display:none;
    position:absolute;
    top:-360px;
    right:-23px;
    width:24px;
    height:24px;
    background:url("../images/video_back.png") no-repeat;
    z-index:2;
}
.video_back.hover
{
    display:block;
}