﻿
/**************************************************************

	SlideShow
	v 1.3

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

.slideshowContainer {
	border: 1px solid #213314;
	width: 595px;
	height: 400px;
	margin-bottom: 5px;
	margin-left:auto;
	margin-right:auto;

}

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

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid #213314;
	padding: 10px;
	background-color: #899F56; 
}

a:hover.slideshowThumbnail img {
	border: 1px solid #333;
	padding: 10px;
	background-color: #213314; 
}

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

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

#thumbnails {
	width: 597px;
	margin-left:auto;
	margin-right:auto;

}

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


