.slideshow2 {
	display: block;
	position: relative;
	z-index: 0;
	}
.slideshow2 images {
	display: block;
	overflow: hidden;
	position: relative;
	height: 100px;
	width: 160px;
	padding-right:30px;
		}		
.slideshow2 images img{
	display: block;
	position:relative;
	z-index: 1;
	top: 0;
	text-align:center;
	padding-right:30px;
	float:left;
}		
.slideshow2-images-visible { 
	opacity: 1;
}	

.slideshow2 {
	height: 150px;
	margin: 0 auto;
	width: 400px;
}
.slideshow2 a img {
	border: 5px;
	padding-right:30px;
	float:left;
}


.slideshow-captions {
	background: #000;
	bottom: 0;
	color:#666;
	font: bold 11px/22px Tahoma ;
	overflow:visible;
	position:relative;	/*position absoulate for top and inside images */
	text-indent: 10px;
	width: 200;
	z-index: 10000;
	text-align:center;
	
		}
.slideshow-captions-hidden {
	height: 0;
	opacity: 0;
}
.slideshow-captions-visible {
	/* height: 22px; */
	width:200px;
	opacity: 1;
	}


