.slideshow {
	clear: both;
	background-color: #FFFFFF;
}

.slideshow .props {
	background-color: #FFFFFF;
}

.slideshow .caption {
	color: #333333;
	font-size: 10px; 
	font-weight: normal;
	padding: 2px 0;
	text-align: left;
}
.slideshow .controls {
	float: right;
	width: 70px;
	height: 20px;
}
.slideshow .controls a {
	display: block;
	float: left;
	height: 18px;
	width: 20px;
}
.slideshow .controls a.next {
	background: url(next.gif) no-repeat;
}
.slideshow .controls a.next:hover {
	background-image: url(next_on.gif);
}
.slideshow .controls a.prev {
	background: url(prev.gif) no-repeat;
}
.slideshow .controls a.prev:hover {
	background-image: url(prev_on.gif);
}
.slideshow .controls a.play {
	background: url(play.gif) no-repeat;
}
.slideshow .controls a.play:hover {
	background-image: url(play_on.gif);
}
.slideshow .controls a.pause {
	background: url(pause.gif) no-repeat;
}
.slideshow .controls a.pause:hover {
	background-image: url(pause_on.gif);
}