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

	SlideShow
	v 1.3

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

.slideshowContainer { background-color: #36362c; border: solid 1px #fff; width: 800px; height: 600px; margin-top: 5px; margin-bottom: 5px; padding-top: 5px; padding-bottom: 5px; }

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

.slideshowThumbnail {
	outline: none;
}

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

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

.current img { margin-top: 10px; margin-bottom: 10px; border: solid 1px red; padding: 5px; }

.outline {
	border: solid 2px #fff;
	z-index: 0;
	position: relative;
}

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

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


