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

	SlideShow
	v 1.3

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

.slideshowContainer {
	border: 1px solid #ccc;
	width: 980px;
	height: 653px;
	margin-bottom: 0px;
}

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

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid white;
	padding: 4px;
}

a:hover.slideshowThumbnail img {
}

.current img {
}

a {
}

body {
}

.container {
	width: 0px;
	margin: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}

.outline {
	z-index: 0;
}

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

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