#pagewrapper {
    width: 960px;
    height: 100%;
}
#playlistwrapper {
    float: left;
}
/*video library ----------------------------------------------------*/

#videolibrarytitle .title {
/*     float: left; */
/*     font-size: 13px; */
    font-weight: bold;
    padding: 1px;
    padding-bottom: 0px;
    margin: 0px !important;
/*     font-family: arial, helvetica, sans-serif; */
    float: left;
}
#videolibrarypagination {
    float: right;
}
#videolibrarytitle {
    width: 365px;
    margin-right: 15px;
    height: 20px !important;
    display: block;
    border-bottom: 1px solid #e0e0e0;
    padding: 2px 5px;
    padding-bottom: 0px;
    background-color:#e0e0e0;
    float: right;
}
#videolibrary {
/*     clear: both; */
    width: 390px;
    padding-top: 5px;
/*     border: 1px solid #e0e0e0; */
    background: #fff;
    height: 460px;
    overflow: hidden;
    color: #000;
    float: right;
/*     border: 1px solid red; */
margin: 0 !important;
}
.clipitem {
    height: 125px;
    width: 120px;
    color:#000;
/*     border: 1px solid #e0e0e0; */
/*     border-top: 1px solid #000000; */
/*     background-color:#fafafa; */
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
/*     padding-top: 3px; */
    overflow: hidden;
}
.clipitem:hover {
    background: #ddedfd;
}
.clipiteminner {
/*     padding: 5px; */
    position: relative;
    top: -20px;
    left: 0px;
}
.clipitem img {
    float: left;
}
.clipitem a {
    color: black;
    text-decoration: none;
}
.videoimgwrapper {
/*     float: left; */
    border: 1px solid #aaa;
    height: 80px;
    width: 120px;
    overflow: hidden;
    margin-bottom: 5px;
}
.videoimgwrapper img {
/*     margin-left: -20px; */
    margin-top: -5px;
    margin-left: -10px;
    border: 0px;
}
.videotitle, .videosubtitle, .videodatum, .videolinkadd {
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    line-height: 1em;
}
.videotitle {
    font-weight: bold;
}
.videosubtitle a {
    color: #666;
}
.videodatum a {
    font-style: italic;
    color: #666;
    display: none;
}
.videolinkadd {
    height: 22px;
    display: block;
    position: relative;
    top: 60px;
    left: 2px;
    z-index: 99;
    width: 20px;
    overflow: hidden;
}
.videolinkadd a {
    display: block;
    color: black;
    text-decoration: none;
    background: url(img/flowplayer/pl-add.png) top left no-repeat;
/*     background-repeat:no-repeat; */
    padding-left: 20px;
    padding-bottom: 22px;
    height: 22px !important;
}
