/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

.slideshowContainer {
	width: 565px;
	height: 200px;
	float: left;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 0px;
	padding-top: 0px;
	left: 10px;
	top: 5px;
}

.loading {
	
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 0px solid white;
	padding: 0px;
}

a:hover.slideshowThumbnail img {
	border: 0px solid #ccc;
	padding: 4px;
}

.current img {
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: red;
	border-right-color: red;
	border-bottom-color: red;
	border-left-color: red;
}

.outline {
	border: 0px solid orange;

	position: absolute;
}

#thumbnails {
	visibility: hidden;	/*width: 130px;
	float: left;*/
	float: left;
	position: relative;
	height: 85px;
	width: 560px;
}

/*************************************************************/
