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

	SlideShow
	v 1.3

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

.slideshowContainer {
	border: 1px solid #534741;
	width: 575px;
	height: 300px;
	margin-bottom: 5px;
}

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

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	width:189px;
	height:49px;
	background-color:#848071;
	
}

a:hover.slideshowThumbnail img {
	width:189px;
	height:49px;
	background-color:#534741;
	
}

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

.outline {
	border: 2px solid #003366;
	z-index: 0;
	width:189px;
	height:49px;
	position: absolute;
}

#thumbnails {
	width: 189px;
	float: left;
}

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

