.oTube{width:100%; height:400px; display:block; overflow:hidden; background:#333;}
.oTube .video-player{position:relative; padding:0; margin:0; width:100%; height:100%;}
.oTubePlaylist .videoholder{width:65%; display:block; float:left; height:100%;}
.videoholder iframe,.oTubeSingle .videoholder, .oTubePlaylist .no-thumbs .videoholder{width:100%; height:100%;}
.oTubePlaylist .otubeList{width:35%; float:left; display:block; height:100%; overflow:auto;}
.oTubePlaylist .otubeListInner{margin:0; padding:3px 0;}
.oTubePlaylist .otubeList .otubeListItem{margin:0 !important; padding:3px 6px !important;}
.oTubePlaylist .otubeList .otubeListItem a{display:block; margin:0; padding:0; width:100%; background:#333 url(bg.png) left bottom repeat-x; color:#fff; text-decoration:none; border:1px solid rgba(80, 80, 80, 0.5)}
.oTubePlaylist .otubeList .otubeListItem a img{width:35%; height:auto; max-height:100%; float:left; margin:10px;}
.oTubePlaylist .otubeList .otubeListItem a h4{font-weight:bold; font-size:100%; line-height:1.2; height:38px; overflow:hidden; display:block; padding:10px 10px 10px 0; margin:0 3px;}
.oTubePlaylist .otubeList .otubeListItem a i{display:block; opacity:0.5; font-size:80%;}
.oTubePlaylist .otubeList .otubeListItem.active a{background-color:#c00;}
.oTubePlaylist .no-desc .otubeList{width:18%;}
.oTubePlaylist .no-desc .videoholder{width:82%;}
.oTubePlaylist .no-desc .otubeList a img{width:90%; margin:5px 5%;}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
