
.slideshowContainer {

	width: 640px;
	height: 480px;
	margin-top: 5px;	
	margin-bottom: 5px;
	margin-left: 55px;	
}

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

.slideshowThumbnail {
	outline: none;

}

.slideshowThumbnail img {
	border: 1px solid white;
	padding: 4px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid black;
	padding: 4px;
}

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

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

#thumbnails {
	/*width: 130px;
	float: left;*/
text-align: center;


}


