div.videoListWrapper{
    position:relative;
    margin-top:20px;
    margin-right:20px;
    overflow-y: auto;
    height:450px;
    width:600px;
}
div.videoListWrapper table{
    width:100%;
    background-color:#ececec;
    height: 80px;
   /* margin: 2px;
    text-align:left;*/
   padding:5px;
    display: block;
}
div.videoListWrapper div#vlist{
    border:solid 1px #000;
    width:270px;
    margin:5px;
    display:inline-block;
    padding: 5px;
  
}
/*div.videoListWrapper div.myList{
    border:solid 1px #000;
}*/
a.videoList {
    color:black;
    padding-bottom:0px;
    margin-right:1px;
    margin-bottom:5px;
    height:100%;
    text-decoration:none;
}
a.videoList:hover{
    color:white;
    text-decoration:none;
}

a.videoList:link{
    color:black;
}
a.videoList:visited{
    color:#162079;
}

 /* container for tabs and panes */
    #scrollable {
        width:600px;
        overflow:hidden;
        position:relative;
        border:1px solid #666;
        border-top:0;
        margin:0px;
        height:460px;
    }

    /* container for panes */
    #panels {
        height:500px;
        border-width:0 1px 1px 1px;
        position:absolute;
        width:10000px;
        top:-10px;
    }

    /* single pane */
    #panels div {
        width:600px;
        text-align:center;
        font-family:verdana;
        float:left;
    }
