/* ALPINE RECREATION PHOTO PAGE STYLES */

/* photo albums */
#thumbnails {padding: 10px 4px; margin: 0 auto; width: 930px; overflow: hidden;}
#thumbnails li {list-style: none; float: left; margin: 5px 5px; padding: 0;}
#thumbnails p {text-align: center; position: relative; top: -30px;}
#thumbnails a {width: 220px; height: 220px; display: block; position: relative; text-align: center; background: #fff; border: 1px solid #ddd;}
#thumbnails img {margin-top: 30px; width: 200px; height: 150px; border: 1px solid #ddd; opacity: 0.8; filter: alpha(opacity=80);}
#thumbnails a:hover {border: 1px solid #888;}
#thumbnails a:hover img {opacity: 1; filter: alpha(opacity=100); border: 1px solid #888;}

/* landscape thumbnail sizes (default: landscape 200x150) */
#thumbnails img.thumb50 {margin-top: 80px; height: 50px;}
#thumbnails img.thumb70 {margin-top: 70px; height: 70px;}
#thumbnails img.thumb80 {margin-top: 65px; height: 80px;}
#thumbnails img.thumb87 {margin-top: 61px; height: 87px;}
#thumbnails img.thumb90 {margin-top: 60px; height: 90px;}
#thumbnails img.thumb100 {margin-top: 55px; height: 100px;}
#thumbnails img.thumb104 {margin-top: 53px; height: 104px;}
#thumbnails img.thumb110 {margin-top: 50px; height: 110px;}
#thumbnails img.thumb120 {margin-top: 45px; height: 120px;}
#thumbnails img.thumb126 {margin-top: 42px; height: 126px;}
#thumbnails img.thumb130 {margin-top: 40px; height: 130px;}
#thumbnails img.thumb134 {margin-top: 38px; height: 134px;}
#thumbnails img.thumb141 {margin-top: 34px; height: 141px;}
#thumbnails img.thumb146 {margin-top: 32px; height: 146px;}

/* portrait thumbnail sizes */
#thumbnails img.thumb133p {margin-top: 9px; width: 133px; height: 200px;}
#thumbnails img.thumb137p {margin-top: 9px; width: 137px; height: 200px;}
#thumbnails img.thumb150p {margin-top: 9px; width: 150px; height: 200px;}
#thumbnails img.thumb159p {margin-top: 9px; width: 159px; height: 200px;}

/* portrait thumbnail with caption */
#thumbnails img.thumb150cap {margin-top: 9px; width: 130px; height: 173px;}

/* small helper text for gallery */
.thumbscaption {font-size: 11px; float: right; text-align: right; position: relative; right: 0; top: 0;}

#photosnav p {font-size: 11px;}
#photosnav a {margin: 0 5px;}
#photosnav a.on {font-weight: normal; text-decoration: none; color: #000;}

