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

	SlideShow
	v 1.3

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

.slideshowContainer {
	width: 450px;
	height: 450px;
	margin-bottom: 25px;
	background-color: #000;
	overflow: scroll;
	color: #CCC;
	position: fixed;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

.loading {
	background-color: #000;
	background-image: url(loading.gif);
	background-repeat: no-repeat;
}

.slideshowThumbnail {
	outline: none;
	background-color: #000;
	color: #000;
	border: thin none #000;
}

.slideshowThumbnail img {
	border: thin inset #CCC;
	padding: 6px;
	margin: 2px;
}

a:hover.slideshowThumbnail img {
	border: 1px groove #ccc;
	padding: 6px;
	margin: 2px;
}

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

a {
	color: #607293;
	text-decoration: none;
}

body {
	font-family: Verdana, Arial;
	font-size: 75%;
	background-position: center center;
	background-color: #000;
	border: thin double #CCC;
	padding: 10px;
}

.container {
	width: 465px;
	background-color: #000;
	border: thin double #CCC;
	padding: 4px;
}

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

#thumbnails {
	color: #000;
	border: thin none #000;
	/*width: 130px;
	float: left;*/
}

/*************************************************************/
.menufont #pf_slideShow1 {
	padding: 10px;
	border: medium inset #CCC;
	margin: 4px;
	text-align: center;
	white-space: normal;
	vertical-align: middle;
	left: auto;
	right: auto;
	bottom: auto;
	top: auto;
	page-break-before: left;
}

