/**************************************************************

	SlideShow
	v 1.3

**************************************************************/
#container {
	width: 452px;
	padding-top: 0px;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.slideshowContainer {
	border: 1px solid #ccc;
	width: 452px;
	height: 358px;
	margin-bottom: 5px;
}

.loading {
	background: url(images/loading.gif) center no-repeat;
}

#thumbnails .slideshowThumbnail {
	outline: none;
}

#thumbnails .slideshowThumbnail img {
	border: 1px solid white;
	padding: 2px;
	margin:0px;
}

#thumbnails a:hover.slideshowThumbnail img {
	border: 1px solid #ccc;
	padding: 2px;
	margin:0px;
}

#thumbnails .current img {
	border: 1px solid red;
	padding: 2px;
	margin:0px;
}

#thumbnails .outline {
	border: 1px solid orange;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	width: 450px;	/*width: 130px;
	float: left;*/
}

/*************************************************************/

