
/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

.slideshowContainer {
 /*	border: 1px solid #ccc;  */
	width: 229px;
	height: 95px;
}
.loading {
	background: url(images/loading.gif) center no-repeat;
}
.slideshowThumbnail {
	outline: none;
}
.slideshowThumbnail img {
padding-left:2px;
}
.current img {
	padding: 0px;
}
.outline {
  border: 1px solid #fff;
	z-index: 0;
	position: absolute;
}
#thumbnails {
	width: 119px;
 /*	float: left; */
	float: left;
	height: 95px;
	background: transparent;
}
/*************************************************************/