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

	SlideShow
	v 1.3

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

.slideshowContainer {
	border: 1px solid #ccc;
	width: 665px;
	height: 456px;
	margin-bottom: 5px;
	float: left;
}

.slideshowContainer img{
	height:456px;
	width:665px;
}

.loading {
	background: url(images/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
	width:85px;
	height:70px;
}

.slideshowThumbnail img {
	border: 1px solid white;
	padding: 4px;
	width:61px;
	height:50px;
	margin-bottom:10px;
}

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 {
	float: right;
	width: 72px;
	/*width: 130px;
	float: left;*/
}

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