﻿#playerModuleContainer
{
    position: relative;
    background: #d6d3c3;
    overflow: hidden;
}

#playerModuleContainer #playerHeader {position:relative;height:39px;background:url('/desktopmodules/DVIDSVideoPlayer/Templates/MarinesSideBar/images/header_background.png') repeat-x;}
#playerModuleContainer #playerHeader #marinesTvIcon {display:block;float:left;margin:0 7px 0 11px;}
#playerModuleContainer #playerHeader #marinesTvText {float:left;font-weight:bold;text-transform:uppercase;color:#e7e4d7;line-height:39px;} 
#playerModuleContainer #playerHeader a#watchMoreLink, a#watchMoreLink:hover, a#watchMoreLink:visited, a#watchMoreLink:active {display:block;float:right;margin-right:9px;color:#e7e4d7 !important;font-size:10px;font-weight:bold;line-height:39px;}

.DVIDSMSBCarouselWrapper
{
    overflow: hidden;
    margin: 0 10px 10px 10px;
}

.DVIDSMSBCarousel
{
    width: 100%;
}

.SideBar .rsOverflow
{
    height: 100% !important;
}

.DVIDSMSBCarouselItem
{
    font-size: 12px;
    line-height: normal;
    display: block;
    overflow: hidden;
    width: 20%;
    float: left;
    padding: 0 3px;
}

.DVIDSMSBCarouselAnchor
{
    text-decoration: none !important;
    color: #000 !important;
}

.DVIDSMSBCarouselImgWrapper
{
    position: relative;
    display: block;
    height: 0;
    padding: 56.25% 0 0 0;
    overflow: hidden;
}

.DVIDSMSBCarouselImgWrapper img
{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.DVIDSMSBVideoMainTitle
{
    font-size: 13px;
    font-weight: bold;
    color: #555555;
    margin: 0 10px;
}

.DVIDSMSBVideoMainDescription
{
    font-size: 12px;
    margin: 0 10px;
    overflow: auto;
    padding: 5px;
}

.DVIDSMSBCarouselGroup
{
    width: 100%;
}

.DVIDSMSBNowPlayingOverlay
{
    width: 100%;
    height: 100%;
}

.DVIDSMSBNowPlaying
{
    background-color: #941122;
    color: white;
    width: 100%;
    position: absolute;
    bottom: 0;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 0;
    text-transform: uppercase;
    text-align: center;
    z-index: 100;
}

.DVIDSMSBOverlay
{
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    display: block;
    text-align: center;
    z-index: 100;
}

.DVIDSMSBOverlay .fa
{
    background-color: black;
    color: white;
    padding: 5px;
    font-size: 10px;
}

.DVIDSMSBPager
{
    position: relative;
    margin: auto;
    width: 165px;
    height: 18px;
}

.DVIDSMSBCarouselLeftPager
{
    display: block;
    float: left;
    font-size: 20px;
    cursor: pointer;
}

.DVIDSMSBPagerText
{
    float: left;
    width: 135px;
    text-align: center;
    line-height: 28px;
}

.DVIDSMSBCarouselRightPager
{
    float: left;
    display: block;
    font-size: 20px;
    cursor: pointer;
}

#playerFooter
{
    margin-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}