#gallery {
    width: 100%;
}

#gallery td {
    padding: 10px;
    text-align: center;
    width: 33%;
}

#gallery img {
    border: 1px solid #000;
}

#gallery .box-tail    {
    font-size: 1pt;
    background: url(../images/gallery-bottom.png) no-repeat center bottom; 
    height: 10px;
}

#gallery .box    {
    text-align: center;
    width: 220px;
}

#gallery .box-head {
    font-size: 1pt;
    background: #0d5296 url("../images/gallery-top.png") no-repeat center top;
    height: 14px;
}

#gallery .box-main {
    background: #0d5296;
    padding-top: 6px;
    border-left: 1px #002142 solid;
    border-right: 1px #002142 solid;
}
