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

	SlideShow
	v 1.3

**************************************************************/
#container {
	width: 400px;
	margin: auto;
	padding-top: 0px;
	padding-bottom: 00px;
}#container #logo {
	background: url(../img/logo.gif) no-repeat top left;
	height: 44px;
	
	padding-bottom: 5px;
	border-bottom: 1px solid #797979;
	margin-bottom: 20px;
}

#container #logo h1 {
	text-indent: -9999px;
}
.slideshowContainer {
	border: 0px solid #ccc;

	height: 500px;
	margin-bottom: 5px;

}

.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: 5px;
}

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

#thumbnails { padding-left: 25px;
	height: 550px;
	width: 150px;
	overflow: scroll;	/*width: 130px;
	float: left;*/
}

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

