.miwovideos_video_player {
    background : #000000;
}

#miwovideos_video_player_playlist {
    height     : 300px;
    width      : 37%;
    background : #000000;
    overflow   : hidden;
    position   : absolute;
    z-index    : 998;
    top        : 0px;
    right      : 0px;
}

#miwovideos_video_player_playlist ul {
    padding         : 0;
    margin          : 0;
    list-style-type : none;
    background      : #000000;
}

#miwovideos_playlist li {
    display          : block;
    background-color : #181818;
    padding          : 5px 5px;
    height           : 40px;
    /*width: 250px;*/
    font-size        : 10px;
    border-bottom    : 1px outset #FFFFFF;
    letter-spacing   : -1px;
    cursor           : pointer;
}

#miwovideos_playlist li:hover {
    background-color : #6E6E6E;
}

#miwovideos_playlist li a {
    display         : block;
    text-decoration : none;
    color           : white;
    zoom            : 1;
}

#miwovideos_playlist li span {
    float          : left;
    font-size      : 10px;
    margin-left    : 10px;
    max-height     : 40px;
    max-width      : 65%;
    overflow       : hidden;
    width          : 100%;
    letter-spacing : 0px;
}

#miwovideos_playlist li div {
    float       : left;
    margin-left : 5px;
    margin-top  : 10px;
    color       : #B2B2B2;
    width       : 15px;
    font-size   : 11px;
}

.video_thumb {
    float       : left;
    height      : 30px;
    margin-left : 5px;
    margin-top  : 5px;
    width       : 40px;
}

.miwovideos-control-bar {
    background-color : #1B1B1B;
    height           : 30px;
    position         : absolute;
    right            : 0;
    bottom           : 0;
    width            : 37%;
    z-index          : 998;
}

.miwovideos-control-bar a {
    float        : right;
    margin-right : 4px;
    margin-top   : 8px;
    font-size    : 11px;
}

.miwovideos-control-bar span {
    float       : left;
    margin-left : 10px;
    margin-top  : 5px;
    font-size   : 10px;
    color       : #AAA6A6;
}

.miwovideos_li_bottom {
    height           : 20px !important;
    background-color : black !important;
    border-bottom    : none !important;
}

.miwovideos_backward {
    width      : 16px;
    height     : 16px;
    background : transparent url('../images/left.png') center no-repeat;
}

.miwovideos_backward:hover {
    width      : 16px;
    height     : 16px;
    background : transparent url('../images/left_2.png') center no-repeat;
}

.miwovideos_forward {
    width      : 16px;
    height     : 16px;
    background : transparent url('../images/right.png') center no-repeat;
}

.miwovideos_forward:hover {
    width      : 16px;
    height     : 16px;
    background : transparent url('../images/right_2.png') center no-repeat;
}

/*overrides*/

.miwovideos_playing {
    background-color : #565656 !important;
}

.vjs-default-skin .vjs-control-bar {
    width   : 64% !important;
    display : inherit;
}

.miwovideos_video_player {
    position : relative;
}

.miwovideos_video_player iframe {
    width  : 63% !important;
    height : 300px !important;
}
