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

	SlideShow
	v 1.3

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

.slideshowContainer {
	border: 15px solid white;
	width: 600px;
	height: 400px;
	margin-bottom: 5px;
	
}

.loading {
	background: url=(./Gifs/loading.gif) ; center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 0px solid black;
	padding: 4px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #ccc;
	padding: 4px;
}

.current img {
	border: 1px solid white;
	padding: 5px;
}

.outline {
	border: 2px solid red;
	z-index: 0;
	position: absolute;
}

#thumbnails {
/* width: 130px;
	float: left;*/
}

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

