
/**************************************************************

	SlideShow
	v 1.2

**************************************************************/

.slideshow {
	border: 1px solid #ccc;
	width: 340px;
	height: 250px;
	margin-bottom:15px;
}

.loading {
	background: url(images/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid white;
	padding: 5px;
	width:90px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #ccc;
	padding: 5px;
}

.current img {
	border: 1px solid red;
	padding: 5px;
}

.outline {
	border: 1px solid #FFD119;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	float: left;
}

#thumbnails a {
	color: #932a00;
	text-decoration: none;
	outline: none;
}

#thumbnails a:hover {
	color: #000000;
	text-decoration: none;
}

/*************************************************************/


