
/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

.slideshowContainer {
	border: 0px;
	width: 133px;
	height: 100px;
	margin-right: 5px;
	text-align:center;
}

.loading {
	background: url(imagiiis/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid white;
	padding: 4px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #ccc;
	padding: 4px;
}

.current img {
}

.outline {
}

#thumbnails {
	width: 200px;
	height:1px;
	overflow:hidden;

}

/*************************************************************/


