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

	SlideShow
	v 1.2

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

.slideshow {
	width: 900px;
	height: 400px;
	background-position: center;
	clear: both;
}

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

.slideshowThumbnail {
	outline: none;
}

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

a:hover.slideshowThumbnail img {
	border: 1px solid red;
	padding: 1px;
}

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

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

#thumbnails {
	width: 900px;
	text-align: center;
}

#slideshowSimpleControls {
	margin-top: 25px;
	margin-bottom: 10px;
}
#slideshowSimpleControls a {
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}
/*************************************************************/


