/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

.slideshowContainer {
	width: 645px;
	height: 400px;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.loading {
	background: url(images/loading.gif) center no-repeat;
}

.slideshowThumbnail {
}

.slideshowThumbnail img {
	margin:3px;
}

a:hover.slideshowThumbnail img {
	background-color: #FF0000;
}

.current img {
	background-color: #666666;
}

.outline {
	position:absolute;
	border: 1px solid #FFFFFF;
	margin-top: 1px;
	margin-left: 1px;
}

#thumbnails {
	/*width: 130px;
	float: left;*/
}

/*************************************************************/

