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

	SlideShow
	v 1.2

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

.slideshow {
	border: 1px solid #ccc;
	width: 480px;
	height: 325px;
	margin: auto;
	text-align: center;
	background: #333;
}

.slideshow img {
	border: 1px #ccc solid;
	margin: 5px 0;
}

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

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	height: 75px;
	padding: 3px;
	border: 1px solid transparent;
}

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

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

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

#thumbnails {
	margin: 0.2em;
	background: #ccc;
	padding: 0.2em;
	border: 1px solid #aaa;
	text-align: center;
}

a {
	color: #227330;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #999;
	text-decoration: none;
}

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


