/* These need to be here to allow for a consistent style whether javascript
   is enabled or not. */
.pics div img {
    margin-top:        2em;
    margin-bottom:     1em;
    padding:           15px;
    border:            1px solid #ccc;
    background-color:  #eee;
    top:               0;
    left:              0;
}

.pics div span { display: block; }

/* These need to be here due to the dynamic nature of the thumbnails. */
.pics-nav a.activeSlide  { background: #88f; }
.pics-nav a:focus        { outline: none; }

#hats-caption * { font-size: 14px; }
#hats-caption em { font-style: italic; }

.gallery-caption { /*font-size: 11px;*/ width: 482px; }
