/***************  css/galleryNav.css  ***************/

#gallery-overlay {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	height: 405px;
	TTwidth: 960px;
	z-index: 1000; /* more than the number of images in the slideshow */
}
.nojs #gallery-overlay {
	display: block;
}

#gallery-thumbs {
	height: 405px;
	width: 130px;
	background-color: black;
	text-align: center;
	overflow: hidden;
}
.nojs #gallery-thumbs {
	width: 150px;
	overflow: auto;
}

#gallery-thumbs a {
	display: block;
	margin: 3px 0;
	border: 1px solid black;
}
#gallery-thumbs a.selected {
	border-color: orange;
}
#thumbs {
	position: relative;
	top: 0;
}


#gallery-nav {
	position: absolute;
	top: 10px;
	right: 140px;
	width: 78px;
}
.nojs #gallery-nav {
	right: 160px;
	width: 52px;
}
#gallery-nav a {
	width: 21px;
	height: 21px;
	text-indent: -9999px;
	background: url(http://www.haadson.net/images/gallery-nav.gif);
}
#gallery-nav #nav-play {
	background-position: -21px 0;
}
#gallery-nav #nav-prev {
	background-position: 0 0;
}
#gallery-nav #nav-next {
	background-position: -42px 0;
}

#nav-prev,
#nav-next {
	Tdisplay: none;
}
#nav-prev,
#nav-next,
#nav-play {
	float: left; _display: inline;
	margin-left: 5px;
	outline: 0 none;
}
