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

	SlideShow
	v 1.3

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

.slideshowContainer {
	background-color: transparent;
	border: #fff 1px solid;
	width: 320px;
	height: 213px;
	margin: 0;
}
#slideshowContainer img {
	border: 0;
}
.loading {
	background: url(charger.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid white;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #ccc;
}
#thumbnails img {
	margin: 5px 2px;
}
.current img {
	border: 1px solid red;
}

.outline {
	border: #b45555 2px solid;
	z-index: 0;
	position: absolute;

}

#thumbnails {
	width: 328px;

}

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


