/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

.slideshowContainer {
	float: right;
	width: 371px;
	height: 161px;
	margin-bottom: 5px;
}

.loading {
	background: url(images/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid #DBDCD0;
	padding: 3px;
	float: left;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #ccc;
	padding: 3px;
}

.current img {
	border: 1px solid red;
	padding: 3px;
}

.outline {
	border: 1px solid orange;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	width: 240px;
	float: left;
}

.controlbuttons {
	text-align: right;
	width: 100px;
	float: right;
	clear: both;
}
/*************************************************************/

