﻿@import url('base.css');
h2 {
    width: 300px;
    height: 72px;
    margin: 0 auto; 
    background: transparent url(../img/jquerylitebox.gif) no-repeat top left;
    text-indent: -9000px;
}
.gallery {
    padding: 10px 0 0 10px;
}
.gallery ul {
    list-style: none;
}
.gallery ul li {
    display: inline;
    padding: 2px;
}
#copywrite a {
    display: block;
    width: 88px;
    height: 31px;
    margin: 8px auto; 
    background: transparent url(http://i.creativecommons.org/l/by-nc/2.5/88x31.png) no-repeat top left;
    text-indent: -9000px;
}
