.slideshowContainer {
	width: 650px;
	height: 550px;
   position: relative;
   top: 5px;
   left: 20px;
   border-left: 0px solid #ccc;
   z-index: 99;
   text-align: center;
}

.loading {
	background: url(loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid white;
	padding: 2px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #ccc;
	padding: 2px;
}

.current img {
	border: 1px solid red;
	padding: 5px;
}

.outline {
	border: 1px solid orange;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	width: 338px;
	/*float: left;*/
   position: absolute;
   top: 4px;
   left: 622px;
}

/*************************************************************/