/**************************************************************	SlideShow	v 1.3**************************************************************/.slideshowContainer {	width: 530px;	height: 395px;}
.slideshowThumbnail {	outline: none;	float: left;
}.slideshowThumbnail img {	/*border: 1px solid white;*/	margin-right: 8px;	margin-bottom: 8px;
	/*opacity: 1.0;*/
	opacity: 0.5;
}
a:hover.slideshowThumbnail img {	margin-right: 8px;	margin-bottom: 8px;
	opacity: 1.0;
}

/*.current img {	margin-right: 8px;	margin-bottom: 8px;
	opacity: 1.0;
}.outline {	border: 2px solid #b8d7db;	position: absolute;
	opacity: 1.0;
	background-image: url(../images_layout/125blocks/dingbat58.jpg);
	background-color: #b8d7db;
	z-index: 2;
}*/***********************************************************
