#slideshow a {
	color: #f5c;
}

#slideshow a:hover {
	color: #fff;
}

#progress {
	position: relative;

}

#controls {
	position: relative;

	
}

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

#slides {
	position: absolute;
	left: 165px;
	top: 192px;
}

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

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

#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 #ffffff;
	text-align: right;
}

#loaded {
	color: #000000;
	background-color: #ffffff;
	width: 1em;
	cursor: default;
	border: 1px solid #ffffff;
	text-align: right;
}

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

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

#plug {
}

#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;
}