/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

.slideshowContainer {
	width: 880px;
	height: 390px;
	text-align: center;
	vertical-align: top;
}

.loading {
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
}


.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 0px;
	padding: 2px;
	cursor: default;
}

a:hover.slideshowThumbnail img {
	border: 0px solid #999999;
	padding: 2px;
}

.current img {
	border: 0px solid red;
	padding: 5px;
}

.outline {
	border: 0px solid orange;
	z-index: 0;
}

#thumbnails {
	width: 800px;	
}

/*************************************************************/
a {
	text-decoration: none;
	border-width: 0px;
	border-style: none;
	color: 999999;
}

