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

	SlideShow
	v 1.3

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

.slideshowContainer {
	border: 0px solid #ffffff;
	width: 567px;
	height: 273px;
	margin-bottom: 0px;
}

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

.slideshowThumbnail {
	width: 48px;
	height: 41px;
	outline: none;
}

.slideshowThumbnail img {
	width: 48px;
	height: 41px;
	border: 0px solid white;
	padding: 0px;
}

a:hover.slideshowThumbnail img {
	width: 48px;
	height: 41px;
	border: 0px solid #ccc;
	padding: 0px;
}

.current img {
	border: 0px solid red;
	padding: 0px;
}

.outline {
	border: 3px solid #BE8E10;
	z-index: 0;
	position: absolute;
}

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

