#slideshow a {
	color: #999;
	text-decoration: none;
}

#slideshow a:hover {
	color: #fff;
	text-decoration: underline;
}

#progress {
	position: absolute;
	top: 10px;
	left: 30px;
}

#controls {
	position: absolute;
	height: 2em;
	top: 40px;
	left: 30px;
	
}

#captions {
	position: absolute;
	left: 30px;
	top: 70px;
	width: 250px;
	color: #fff;
}

#slides {
	position: absolute;
	left: 300px;
	top: 40px;
}

#slides img {
	position: absolute;
	border: 8px solid #fff;
	z-index: 1;
}

#captions h1 {
	margin: 0;
	padding: 0;
	color: #fff;
}

#captions p {
	margin: 0 0 1em 0;
	padding: 0;
}

#captions div {
	position: absolute;
	margin: 0;
	padding: 0.5em 0 0.5em 0;
}

#captions div h1 {
	font-size: 150%;
	margin: 0 0 0.5em 0;
	padding: 0;
}

#captions div h2 {
	font-size: 90%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#captions div p {
	margin: 0;
	padding: 0 0 1em 0;
}

#speed {
	color: #777;
	background-color: #000;
	width: 2em;
	cursor: default;
	border: 1px solid #333;
	text-align: right;
}

#loaded {
	color: #777;
	background-color: #000;
	width: 2em;
	cursor: default;
	border: 1px solid #333;
	text-align: right;
}

#total {
	color: #777;
	background-color: #000;
	width: 2em;
	cursor: default;
	border: 1px solid #333;
	text-align: right;
}

.speedcontrol {
	color: #777;
	font-size: 150%;
	font-weight: bold;
}

#captioninput {
	font-size: 75%;
}

#captioninput input {
	width: 350px;
}

#captioninput textarea {
	width: 350px;
}

#captioninput li {
	border-bottom: 1px dashed #777;
	padding-bottom: 1em;
	margin-bottom: 1em;
	list-style: none;
	margin-left: -40px;
}

#captioninput .thumbnail {
	float: right;
	height: 75px;
}

#captioninput .editingbuttons {
	display: inline;
}

#nocaptions {
	padding: 1em;
	border: 1px dashed #ccc;
	background-color: #eee;
}

#slideshowcode td {
	border-bottom: 1px solid #eee;
	padding: 0.5em 0 0.5em 0;
}

.credit {
	font-size: 70%;
}

#ads2 {
	position: absolute;
	bottom: 10px;
	left: 300px;
}

#gallerylink {
	position: absolute;
	left: 300px;
	top: 10px;
}

#slideshows {
	clear: both;
	padding: 10px 0 0 0;
	text-align: center;
}

#slideshow-nav {
	margin: 40px 0 0 0;
	padding: 4px;
	border-bottom: 1px solid #eee;
}

#slideshow-nav form {
	display: inline;
}

div.show {
	margin: 10px;
	float: left;
}

.show img {
	height: 75px;
	padding: 4px;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
}
