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

	SlideShow
	v 1.3

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

.slideshowContainer {
    margin-top: 0px;
	margin-bottom: 0px;
	border-top: 0px solid #ffffff;
	width: 1000px;
	height: 335px;
	margin-left: 0px;
}

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

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 0px solid white;
	padding: Opx;
}

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

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

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

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

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


