.tx-nbvideoplayer-pi1
{
    position: relative;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    height: 300px;
}

#nb-video-player
{
    width: 328px;
    height: 289px;
    background: black;
    margin: 0px 15px 0px 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #ffffff;
}

.nb-video-player-menu
{
    position: absolute;
    top: 0px;
    left: 343px;
}

.nb-video-player-video-wrap
{
    height: 281px;
    width: 274px;
    overflow: hidden;
    position: relative;
    top: 4px;
}

.nb-video-player-videos
{
    position: relative;
    top: 0px;
}

.nb-video-player-video
{
    padding: 10px 0px 0px 5px;
    height: 85px;
    width: 100%;
    cursor: pointer;
    background: url(../../img/backgrounds/line.gif) bottom left repeat-x;
    position: relative;
}

.nb-video-player-video:hover
{
    background: #f2f2f2 url(../../img/backgrounds/line.gif) bottom left repeat-x;
}

.nb-video-player-video-thumb-wrap
{
    width: 82px;
    height: 75px;
    float: left;
    margin: 0px 12px 0px 0px;
    background: url(../../img/backgrounds/video-thumb-background.gif) 0 0 no-repeat;
    overflow: hidden;
}

.nb-video-player-video-thumb-btn
{
    width: 82px;
    height: 75px;
    background: url(../../img/icons/video-thumb-play-btn.png) 32px 24px no-repeat;
    position: relative;
    z-index: 10;
}

.nb-video-player-video-thumb
{
    position: absolute;
    padding: 3px 0 0 3px;
    height: 57px;
    width: 76px;
    overflow: hidden;
}

.nb-video-player-video-file
{
    display: none;
}

.nb-video-player-video-title
{
    font-size: 14px;
    font-weight: bold;
}

.nb-video-player-video-date
{
    color: #4e4e4e;
    font-size: 12px;
}

.nb-video-player-video-link
{
    position: absolute;
    bottom: 9px;
    left: 100px;
    background: url(../../img/icons/arrow-black.gif) 0px 5px no-repeat;
    padding: 0px 0px 0px 9px;
}

.nb-video-player-video-scroller-up,
.nb-video-player-video-scroller-down
{
    width: 274px;
    height: 8px;
    position: absolute;
    right: 0px;
    z-index: 1;
    cursor: pointer;
    background: #ffffff url(../../img/backgrounds/line.gif) 0px 4px repeat-x;
    margin-top: -4px;
}

.nb-video-player-video-scroller-down
{
    margin-top: 4px;
    background: #ffffff url(../../img/backgrounds/line.gif) 0px 3px repeat-x;
}

.nb-video-player-video-scroller-up .nb-video-player-video-scroller-up-arrow
{
    height: 100%;
    background: url(../../img/icons/scroll-up-act.gif) center 0 no-repeat;
}

.disabled .nb-video-player-video-scroller-up-arrow
{
    background: url(../../img/icons/scroll-up-inact.gif) center 0 no-repeat;
}

.nb-video-player-video-scroller-down .nb-video-player-video-scroller-down-arrow
{
    height: 100%;
    background: url(../../img/icons/scroll-down-act.gif) center 0 no-repeat;
}

.disabled .nb-video-player-video-scroller-down-arrow
{
    background: url(../../img/icons/scroll-down-inact.gif) center 0 no-repeat;
}
