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

	SlideShow
	v 1.3

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

.slideshowContainer {
	border: 1px solid #ccc;
	width: 340px;
	height: 340px;
	margin-bottom: 5px;
	margin-top: 30px;
	margin-left: 20px;
}

.loading {
	background: url(images/loading.html) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
	width: 70px;
	height: 70px;
}

.slideshowThumbnail img {
	border: 1px solid white;
	padding: 4px;
	width: 65px;
	height: 65px;
}

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

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

.outline {
	border: 1px solid orange;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	width: 320px;
	float: left;
	margin-left: 20px;
}

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


