@CHARSET "UTF-8";
li.items {
    display: block;
    width: 122px;
    float: left;
    padding-right: 5px;
    padding-left: 5px;
    text-align: left;
}
ul.items{
    list-style:none outside none;
    width:565px;
    margin:10px auto;
}
a.vidbtn{
    background: url('/css/img/video-preview.png') bottom center no-repeat;
    display: block;
    position: relative;
    margin-top: -26px;
    width: 105px;
    height: 24px;
}
