.slideshowContainer {
	border-bottom: 11px solid white;
	width: 490px;
	height: 300px;
	margin-bottom: 5px;
}

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

.slideshowThumbnail {
	outline: none;
	padding-left: 10px;
	
}

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

a:hover.slideshowThumbnail img {
	border: 4px solid #ccc;
	padding: 0px;
}

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

.outline {
	z-index: 0;
	position: absolute;
}

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

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

.navigation_slideshow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

