@charset "UTF-8";
/* CSS Document */

#gallery { /*position: absolute;*/ padding: 20px; padding-top: 45px; }
#slideshow { width: 585px; height: 390px; float: left; text-align: center; }
#slidenav { width: 320px; }
#slidenav li { width: 62px; float: left; margin: 4px; list-style: none }
#slidenav a { width: 62px; padding: 2px; display: block; opacity:.4; }
#slidenav a.activeSlide { opacity:1; background: #800000; }
#slidenav a:focus { outline: none; opacity:1; }
#slidenav a:hover { outline: none; opacity:.75; }
#slidenav img { border: none; display: block; }
#slidenav-wrap { width: 292px; height: 295px; float: right; overflow: hidden; margin-left: 20px; margin-top: -5px; margin-bottom: 10px; }
#pagenav { float: right; margin-right: 10px; color: #543232; font-size: 9px; text-transform: uppercase; font-family: Georgia;}
#credits { position: absolute; font-size: 10px; color: #e5bcbc; z-index: 500; top: 550px; padding: 3px; background: #000000; }
#gallery h1 { width: 300px; padding-bottom: 5px; text-align: center; text-transform: uppercase; color: #880003; background: url(../images/gallery-div.gif) no-repeat center bottom; float: right; margin-bottom: 20px; font-size: 16px; font-weight: normal; margin-top: 10px; }
