
/**************************************************************

	SlideShow
	v 1.2

**************************************************************/

.slideshowContainer {
	border: 1px solid #ccc;
	width: 325px;
	height: 241px;
	margin-bottom: 5px;
}

.slideshowContainer2 {
	border: 1px solid #ccc;
	width: 550px;
	height: 241px;
	margin-bottom: 5px;
}

.slideshow {
	border: 1px solid #ccc;
	width: 600px;
	height: 250px;
}

.loading {
	background: url(/images/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid white;
	padding: 5px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #ccc;
	padding: 5px;
}

.current img {
	border: 1px solid red;
	padding: 5px;
}

.outline {
	border: 1px solid orange;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	width: 300px;
	float: center;
}

#thumbnails2 {
	width: 200px;
	float: right;
}


/* a {
	color: orange;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #999;
	text-decoration: none;
} */

/*************************************************************/
