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

	SlideShow
	v 1.3

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

.slideshowContainer {
	width: 960px;
	height: 402px;
	margin-bottom: 0px;
	z-index: 0;
}

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

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	padding: 0px;
	cursor: crosshair;
}

a:hover.slideshowThumbnail img {
	padding: 0px;
}

.current img {
	padding: 0px;
}

.outline {
	border: 0px solid orange;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	visibility: hidden;
	/*width: 130px;
	float: left;*/
}

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