/* slideshow styles */
div.slideshow {
	text-align: center;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
div.slideshow ul {
	bottom: 0;
	position: absolute;
	overflow: hidden;
	right: 0;
	z-index: 1000;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	float: left;
	margin-bottom: 7px;
	margin-right: 5px;
}
div.slideshow ul a {
	background: url(../images/a.gif) no-repeat;
	cursor: pointer;
	display: block;
	height: 14px;
	overflow: hidden;
	width: 12px;
}
div.slideshow ul a.prev {
	background-image: url(../images/prev.gif);
	width: 14px;
}
div.slideshow ul a.next {
	background-image: url(../images/next.gif);
	margin-right: 0;
	width: 14px;
}
div.slideshow ul a.active,
div.slideshow ul a.prev:hover,
div.slideshow ul a.next:hover {
	background-position: 0 -14px;
}
div.slideshow ul li {
	float: left;
	list-style: none;
}