

.videoitembackground {
    background-color:white;
    border: 1px solid #d9d9d9;
    margin:10px 0 0 10px;
    padding:10px;
    height:73px;
    width:309px;
}

.videoitembackground2 {
    float:right;
    padding:0px 5px 0px;
}

.videoitemtitle {
    font-size:110%;
    width:160px;
    height:44px;
    overflow:hidden;
}

.noplay {
    font-size:80%;
    z-index:10;
    position:absolute;
    color:white;
}

.videoicon {
    height:73px;
    width:130px;
    overflow:hidden;
}

.playicon {
    position:relative;
    top:-56px;
    left:40px;
    height:0px
}