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

	SlideShow
	v 1.3

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

.slideshowContainer {
	width: 680px;
	height: 278px;
	cursor: pointer;
}

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

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

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

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

#thumbnails {
	text-align: left;
}
/*************************************************************/
