/**************************************************************

	SlideShow
	v 1.2

**************************************************************/

.slideshow {
	width: 460px;
	height: 466px;
}

.loading {
	background: url(../images/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	margin-bottom: 3px;
}

a:hover.slideshowThumbnail img {
}

.current img {
	border: 1px solid red;
}

.outline {
	border: 1px solid #cccccc;
	padding:2px;
	z-index: 0;
	position: absolute;
	margin:-2px;
}

#thumbnails {
	width: 67px;
	float: left;
	padding-left:7px;
}

a {
	color: orange;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #999;
	text-decoration: none;
}

/*************************************************************/


