.slideshowContainer {
	width: 625px;
	height: 360px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

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

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	margin-left:2px;
	margin-right:2px;
	width:90px;
	height:51px;
	margin-bottom:2px;
	
}

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

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

#thumbnails{
	margin-left:1px;
	margin-right:1px;
	margin-bottom:5px;
}
