

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

	SlideShow
	v 1.3

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

.slideshowContainer {
	border: 3px solid #000000; background: url(images/javascript-off.gif) center no-repeat; width: 375px;
	height: 250px;
	margin-bottom: 5px;
}

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

.slideshowThumbnail {
	outline: none;

}

.slideshowThumbnail img {
	border: 1px solid #eae5e0;
	margin: 4px;
position:relative;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #696969;
	margin: 4px;
}

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

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

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

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



