H2 .viewAllImages { font-weight: normal; font-size: smaller; }
H2 .viewAllImages .separator { color: #ccc; margin: 0 6px; }

#gallery { margin: 15px 0; padding-left: 10px; }
#gallery A { color: #369; font-weight: normal; }
#gallery A:hover { color: #36f; text-decoration: underline; }
#gallery LI.on A { font-weight: bold; text-decoration: underline; }
#gallery .image { float: left; width: 160px; height: 220px; margin: 0; }
#gallery .image IMG { width: 150px; height: 150px; border: 1px solid #ccc; }
#gallery .image .title A { margin: 5px; position: relative; top: 5px; display: block; }
#gallerynav UL { margin: 0 0 20px 0 !important; padding: 0 !important; }
#gallerynav UL LI { margin: 0 !important; padding: 0 6px !important; width: auto !important; float: none !important; display: inline; border-left: 1px solid #ccc; }
#gallerynav UL LI:first-child { border-left: none; }
#previewwindow { position: relative; text-align: center; }
#previewimage { margin: 5px; }
#previewtitle { position: absolute; left: 10px; top: 422px; color: #fff; }
#previewbuttons { position: absolute; right: 10px; top: 420px; }
#previewbuttons IMG { width: 25px; height: 20px; background-image: url(../../images/gallerynavbutton.gif); background-repeat: no-repeat; cursor: pointer; margin: 0 3px; }
#previewbuttons IMG.next { background-position: -50px 0; }
#previewbuttons IMG.prev { background-position: 0 0; }
#previewbuttons IMG.next:hover { background-position: -50px -100px; }
#previewbuttons IMG.prev:hover { background-position: 0 -100px; }
.maxreached #previewbuttons IMG.next { background-position: -50px -50px; cursor: default !important; }
.minreached #previewbuttons IMG.prev { background-position: 0 -50px; cursor: default !important; }

#albums { padding-left: 10px; }
#albums A { color: #369; font-weight: normal; }
#albums A:hover { color: #36f; text-decoration: underline; }
#albums .album { float: left; width: 160px; height: 220px; margin: 0; }
#albums .album IMG { width: 152px; height: 152px; }
#albums .album .title A { margin: 5px; display: block; text-align: center; }

