
/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

.slideshowContainer {
	border: 1px solid #ccc;
	width: 450px;
	height: 300px;
	margin-bottom: 5px;
}

.loading {
	background: url(images/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	padding: 5px;
	float:left;
	/*opacity:0.4;filter:alpha(opacity=40);*/	
}

.disable img {
	opacity:0.4;filter:alpha(opacity=40);
}

.selected img {
	opacity:1;filter:alpha(opacity=100);
	border: 3px solid #81755d;
	margin: 2px;
	padding: 0px;
}

a:hover.slideshowThumbnail img {
	/*padding: 5px;*/
}

.current img {
	border: 5px solid #81755d;
	padding:0px;
	opacity:1;filter:alpha(opacity=100);
}

.outline {
	opacity:1;filter:alpha(opacity=100);
	border: 1px solid #81755d;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	/*width: 130px;
	float: left;*/
}

/*************************************************************/


