/* ----- Thumbnail Grid Styles */

.thumbs ul, .thumbs li {
    list-style: none;
    }
.thumbs li {
    float: right;
    padding: 0px 0px 0px  0px;
    position: relative;
    width: 220px;
    height: 87px;
    }
.thumbs a {
    text-decoration: none;
    }
.thumbs a span {
    position: absolute;
    top: 0;
    left: 0;
    width: 220px;
    height: 87px;
    background: url(../images/frame.gif) no-repeat top;
    overflow: hidden;
    }
.thumbs a:hover span {
    background-position: top;
    }

