/* slideshow gallery */

#slideshow {
	position:relative;
	width:240px;
	text-align:center;
}
#slideshow div {
	position:absolute;
	bottom: 0;
	left: 0;
	height:40px;
	width:240px;
	background-color:#000000;
	color:#fff;
	opacity: .5;
}

#slideshow div img {
	position:absolute;
	bottom: 0;
	left: 0;
	height:40px;
	width:240px;
	background-color:#000000;
	color:#fff;
	opacity: .5;
}
