
/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

.slideshowContainer {
	border: 0;
	width: 369px;
	height: 251px;
	margin: 15px 0 0 3px;
}

.loading {
	background: url(../images/slideshow/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid #e2dbd3;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	padding: 1px 1px;
	margin: 5px 0px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid black;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}

.current img {
	border: 1px solid orange;
	padding: 1px 1px;
	margin: 5px 0px;
}

a {
	color: #607293;
	text-decoration: none;
}

body {
	color: #797979;
	font-family: Verdana, Arial;
	font-size: 75%;
}

.container {
	width: 370px;
	margin: 0px;
	padding:0px;
	float:right;
}

.outline {
	padding: 1px;
	border: 1px solid black;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	float: left;
}

/*************************************************************/


