/* CSS for sub-tab player */
#idTabVSM {
    margin: 0px;
}

div#videos_thumbs_list {
    overflow: hidden;
    width: 100%;
}

ul#videos_thumbs_list_frame {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
    float: left;
    position: relative;
    left: 50%;
}

ul#videos_thumbs_list_frame li {
    cursor: pointer;
    margin: 0px 2px;
    padding: 10px;
    float: left;
    position: relative;
    right: 50%;
}

ul#videos_thumbs_list_frame img {
    border: 1px solid #CDCDCD;
    width: 120px;
    height: 120px;
}

ul#videos_thumbs_list_frame a {
    display: block;
    position: relative;
}

ul#videos_thumbs_list_frame a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    background: #000000;
    cursor: pointer;
    border: none !important;
    border-radius: 3px 3px 3px 3px;
    display: none;
    background-image: url("../../../../../medias/img/watch.png");
    background-repeat: no-repeat;
}

ul#videos_thumbs_list_frame a:hover:before {
    display: block;
    opacity:0.8;
}

div.clear {
    clear: both;
}

div.playerDiv {
    min-height: 400px;
    display: none;
    padding-top: 0px;
}

div.playerDiv div.left_side {
    float: left;
}

div.playerDiv div.right_side {
    float: right;
}

div.playerDiv div.clear {
    clear: both;
}

div.playerDiv h2 {
    color: #000000;
    padding: 10 0 10px;
}

div.playerDiv h2 img {
    margin-right: 10px;
}

div.playerDiv #description {
    margin: 10px 0px 0px 10px;
}
div.playerDiv #description img {
    margin-right: 10px;
}
div.playerDiv #subtitles div {
    font-weight: bold; margin: 20px 0px 5px 0px;
}
div.playerDiv #subtitles ul {
    margin-left: 50px;
}
div.playerDiv #subtitles li {
    padding-top: 5px;
}
div.playerDiv #subtitles img {
    vertical-align: middle; margin-right: 5px;
}

div#loginDiv {
    margin-top: 20px;
    text-align: center;
}

/* Column block */
div#videos_block .center {
    text-align: center;
}

div#videos_block .center p {
    margin-top: 20px;
}

div#videos_block li img {
    border: 1px solid #CDCDCD;
}

div#videos_block li a {
    display: block;
    position: relative;
    margin-bottom: 20px;
}

div#videos_block li a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    background: #000000;
    cursor: pointer;
    border: none !important;
    border-radius: 3px 3px 3px 3px;
    display: none;
    background-image: url("../../../../../medias/img/watch.png");
    background-repeat: no-repeat;
}

div#videos_block li a:hover:before {
    display: block;
    opacity:0.8;
}