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



	SlideShow

	v 1.3



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



.slideshowContainer {

	border: thick double #306;

	width: 450px;

	height: 300px;

	position: fixed;

	top: auto;

	right: auto;

	left: auto;

	bottom: auto;

	float: none;

	clear: none;

	margin-top: 1px;

	margin-right: auto;

	margin-bottom: auto;

	margin-left: auto;

}



.loading {

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

}



.slideshowThumbnail {

	outline: none;

	border-top-color: #FFC;

	border-right-color: #FFC;

	border-bottom-color: #FFC;

	border-left-color: #FFC;

}



.slideshowThumbnail img {

	border: thin outset #FFC;

	padding: 4px;

}



a:hover.slideshowThumbnail img {

	border: 1px solid #ccc;

	padding: 4px;

}



.current img {

	border: medium solid #306;

	padding: 5px;

}



a {

	color: #306;

	text-decoration: none;

	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;

	font-weight: bold;

	font-style: italic;

}



body {

	color: #306;

	font-family: Verdana, Arial;

	font-size: 75%;

}



.container {

	width: auto;

	padding-top: 2px;

	padding-bottom: 2px;

	margin-top: 2px;

	margin-right: auto;

	margin-bottom: 2px;

	margin-left: auto;

}



.outline {

	border: medium double #306;

	z-index: 0;

	position: absolute;

}



#thumbnails {

	/*width: 130px;

	float: left;*/

}



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


