.slideshowContainer {
	width: 600px;
	height: 500px;
   position: relative;
   top: 5px;
   left: 1px;
   border-left: 0px solid #ccc;
   z-index: 99;
}

.loading {
	background: url(images/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;
}

/*************************************************************/
