




/*
     FILE ARCHIVED ON 4:32:06 Oct 5, 2008 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 20:54:47 Apr 13, 2012.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
#photos_container {
	width: 900px;
	float: left;
	margin-bottom: 20px;
}
#pagination {
	float: left;
	width: 174px;
	text-align: center;
	padding-top: 3px;
	border-top: 1px solid #ddd;
}


/** Gallery Navigation **/
#photos_nav {
	background: #eeeeee;
	padding: 7px 10px 3px;
	border: 1px solid #ddd;
	float: left;
	width: 174px;
}
#photos_nav ul {
	margin: 2px 0 7px;
}
#photos_nav li {
	list-style-type: none;
}
#photos_nav a {
	font-weight: bold;
}
#photos_nav a:link, #photos_nav a:visited {
	color: #939090;
	text-decoration: none;
}
#photos_nav a:hover {
	color: #424242;
	text-decoration: none;
}
.current {
	color: #424242 ! important;
}


/** Photo Gallery **/
.gallery_container {
	clear: both;
}
.galleria_wrapper {
	float: right;
	width: 680px;
}
.galleria_wrapper img {
	background: #eeeeee;
	border: 1px solid #999;
	float: left;
}
.galleria {
	list-style: none;
	float: left;
	clear: left;
	background: #eeeeee;
	padding: 5px;
	margin: 15px 0;
	border: 1px solid #ddd;
	width: 184px;
}
* html .galleria {
	width: 194px;
	padding: 5px 0;
}
.galleria li {
	display: block;
	width: 80px;
	height: 80px;
	overflow: hidden;
	float: left;
	margin: 5px;
	border: 1px solid #949494;
}
.galleria li a {
	display:none;
}
.galleria li div {
	position:absolute;
	display:none;
	top:0;
	left:180px
}
.galleria li div img {
	cursor:pointer
}
.galleria li.active div img,.galleria li.active div {
	display:block
}
.galleria li img.thumb {
	cursor:pointer;
	top:auto;
	left:auto;
	display:block;
	width:auto;
	height:auto
}
.galleria li .caption {
	display:block;
	padding-top:.5em
}
.galleria_container {
	float: right;
	width: 680px;
}
.caption {
	float: left;
	margin-top: 6px;
	font-weight: bold;
	font-size: 1.1em;
}









