
div#gallery_detail img {
    max-width: 425px;
    _width: expression(this.offsetWidth > 425 ? "425px": this.offsetWidth);
}

div#gallery_navbar img {
    width: auto;
}

div#gallery_navbartitle {
    font-size: 75%;
}

#gallery .thumbcell {
    background: #CAD6E4;
}


#gallery .thumbcell img {
    border: 2px solid #CAD6E4;
}

#gallery_navbar {
    background: #CAD6E4;
}
