#gallery-header {
    padding-top: 24px;
    width: 198px;
    height: 27px;
    background-image:url('/images/smbbg.gif');
    background-repeat:repeat-y;
}

#gallery-header .image {
    width: 198px;
    height: 27px;
    background-image:url('/images/featured_top.gif');
    background-repeat:no-repeat;
}

#gallery {
    width: 198px;
    height: 111px;
    overflow: hidden;
    background-image:url('/images/smbbg.gif');
    background-repeat:repeat-y;
}

#gallery .project {
    float: left;
    width: 197px;
    overflow: hidden;
}

#gallery .project img {
    margin-left: -2px;
    float: left;
}

#gallery-footer a {
    width: 198px;
    height: 27px;
    background-image:url('/images/featured_btm2.gif');
    background-repeat:no-repeat;
   display: block;
    text-indent: -9999px;
}

