
/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

.slideshowContainer {
	width: 342px;
	height: 257px;
	margin-bottom: 5px;
	border: 1px solid #fff;
	background:url(loading.gif) center center no-repeat white
	float:left;
}

.loading {
	background: url(loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 0;
	padding:4px;
	margin:4px;
}

a:hover.slideshowThumbnail img {
	border: 0;
	padding: 4px;
}

.current img {
	padding: 3px;
}

.outline {
	margin-top:10px;
	border: 2px solid red;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	clear:both;
	text-align:center;
	padding-bottom:20px;
}

/*************************************************************/

