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

	SlideShow
	v 1.3

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

.slideshowContainer {float:left; width:605px; height:566px; margin:0; padding:0;}

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

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid white;
	padding:2px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #ccc;
	padding: 2px;
}

.current img {
	border: 1px solid red;
	padding: 3px;
}

.outline {
	border:1px solid #DDBB18;
	z-index: 0;
	position: absolute;
	/*
	background: #DDBB18;
	opacity: .4;
	-moz-opacity: .4;
	-khtml-opacity: 0.4;
	filter:alpha(opacity=40);
	*/
}

#thumbnails {
	/*width: 130px;
	float: left;*/
}

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

