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

	SlideShow
	v 1.3

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

.slideshowContainer {
	border:none;
	width: 125px; /*width: 450px;*/
	height: 125px; /*height: 300px;*/
	/*margin-bottom: 5px;*/
	margin-top: 4px;
	margin-left:32px;
}

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

.slideshowThumbnail {
	outline: none;
	/*display: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 { visibility:hidden;
position:absolute;
left:-10000em;
	/*width: 130px;
	float: left;*/
}

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

