
/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

.slideshowContainer {
	/*border: 1px solid #ccc;*/
	width: 948px; /*450px;*/
	height: 240px; /*300px;*/
	/*margin-bottom: 200px;*/
	float:left;
	z-index:0;
}

.loading {
	background: url(../images/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid white;
	padding: 1px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #ccc;
	padding: 1px;
}

.current img {
	border: 1px solid red;
	padding: 5px;
}

.outline {
	border: 1px solid orange;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	position: relative;
	z-index:100;
	top: 200px;
	/*width: 130px;
	float: left;*/
}

/*************************************************************/

