/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

.slideshowContainer {
	width: 650px;
	height: 488px;
	margin-bottom: 0px;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000;
}

.loading {
	background: url(../../slideshow/slideshow/slideshow/images/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#entire .contentsholder tr .description #example #thumbnails a {
	text-decoration: none;
	font-weight: normal;
	color: #666;
	font-style: italic;
}
#entire .contentsholder tr .description #example #thumbnails p {
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 80px;
	padding: 0px;
}


.slideshowThumbnail img {
	border: 1px solid #000;
	clear: both;
	width: 73px;
	height: 55px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

a:hover.slideshowThumbnail img {
	border-top-color: #090;
	border-right-color: #090;
	border-bottom-color: #090;
	border-left-color: #090;
}

.current img {
	border: 1px solid red;
}

.outline {
	border: 1px solid orange;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	width: 100%;
	float: left;
	/*width: 130px;
	float: left;*/
}

/*************************************************************/
