.slideshow {
	position: relative;
}

.slideshow .caption {
	padding: 4px 8px;
	background: #E0ECD1;
	color: #006338;
	font-weight: bold;
}

.slideshow .previous, .slideshow .next {
	display: none;
	position: absolute;
	top: 0;
	left: 10px;
	z-index: 100;
	color: #fff;
	cursor: pointer;
	font-family: "Arial Narrow";
	font-size: 75px;
	font-weight: bold;
	line-height: 250px;
	opacity: 0.60;
	filter: alpha(opacity=60);
}

.slideshow .next {
	left: auto;
	right: 10px;
}


.slideshow .previous:hover, .slideshow .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

