.slideshowContainer {
	border: 1px solid #EFF0EA;
	width: 492px;
	height: 368px;
	margin-bottom: 5px;
}
.slideshowContainer img {
	width: 492px;
	height: 368px;
}
.loading {
	background: url(loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid #EFF0EA;
	padding: 1px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #A22529;
	padding: 1px;
}

.current img {
	border: 1px solid #A22529;
	padding: 2px;
}

.outline {
	border: 1px solid #FF0000;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	width:492px;
	padding-top:6px;
}

/*************************************************************/


