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

	SlideShow
	v 1.3

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

.slideshowContainer {
	border: 0px solid #ccc;
	width: 550px;
	height: 500px;
	margin-top: -500px;
margin-left: 300px;
margin-bottom: 0px;}

#container {

margin-top: px;
}
.loading {
	background: url(images/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

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

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

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

.outline {
	border: 1px solid orange;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	*width: 700px;
	float: left;
margin-top: 2px;
margin-left: 20px;
margin-right: ;
*/}

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

