#slideshowContainer {
	position: relative;
	margin: 0 auto;
	padding: 0;
}

#slideshow {
	position: relative;
	margin-bottom: 10px;
}

#slideshow img {
	visibility: hidden;
}

#controls {
	z-index: 1000;
}
#controlPanel {
	position: absolute;
	left: 0;
	top: 0;
	width: 135px;
	height: 24px;
	background-color: #cdd3b2;
	filter: alpha(opacity = 60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#controls a, #controls a:link, #controls a:visited, #controls a:active {
	display: block;
	width: 27px;
	height: 24px;
	float: left;
}
#begin, #previous, #toggle, #next, #end {
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
}
#begin {
	background-image: url(../slideshow-images/begin.gif);
}
#previous {
	background-image: url(../slideshow-images/previous.gif);
}
#toggle {
	background-image: url(../slideshow-images/pause.gif);
}
#next {
	background-image: url(../slideshow-images/next.gif);
}
#end {
	background-image: url(../slideshow-images/end.gif);
}
