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

	SlideShow
	v 1.3

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

.slideshowContainer {
	width: 291px;
	height: 291px;
	overflow: hidden; float: left; position: absolute; z-index: 1;
}

.slideshowContainer img {
	width: 293px;
	height: 293px;
}

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

.slideshowThumbnail {
	outline: none;
}

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

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

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

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

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

#thumbnails img {
width: 80px;
height: 80px;
}

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

