
/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

.slideshowContainer {
	width: 480px;
	height: 380px;
	margin-bottom: 5px;
	border: 1px solid #FFE600;
}
.slideshowContainer img{
	/*border: 1px solid #FFE600;*/
}

.loading {
	background: url(loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid #4B4B49;
	padding: 1px;
	margin-right: 6px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #FFE600;
	padding: 1px;
	margin-right: 6px;
}

.current img {
	border: 1px solid #4B4B49;
	padding: 5px;
	margin-right: 6px;
}

.outline {
	border: 1px solid #EEEEEE;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	margin: 0 -6px 0 2px;
}
#thumbnails p {
	margin: 4px 0;
	text-align: center;
}
#thumbnails p {
	margin: 4px 0 0 0;
	text-align: center;
}
#thumbnails a:link, #thumbnails a:visited,
#thumbnails a:hover, #thumbnails a:active {
	color: #999;
}

/*************************************************************/

