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

	SlideShow
	v 1.3

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

.slideshowContainer {
	width: 980px;
	height: 350px;
	cursor: pointer;
}

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

.slideshowThumbnail {
	outline: none;
	text-align: left;
}

.slideshowThumbnail img {
	text-align: left;
	padding: 3px;
}

.outline {
	z-index: 0;
	position: absolute;
	height: 20px;
	width: 20px;
	border: 1px solid #FF3300;
}

#thumbnails { text-align: left; margin: 0px; padding: 0px; 
}
/*************************************************************/
