
/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

.slideshowContainer {
	border: 1px solid #ccc;
	width: 555px;
	height: 325px;
	/*margin-bottom: 5px;*/
}

.loading {
	background: url(IMGS/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid #fe9031;
	padding: 2px;
	margin: 0px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #ccc;
	padding: 2px;
	margin: 0px;
}

.current img {
	/*border: 1px solid #fe9031;*/
	padding: 2px;
}

.outline {
	border: 1px solid #fff;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	width: 170px;
	/*float: left;*/
	text-align: left;
}

#thumbnails li{
	display: inline;
	margin: 0px;
	padding: 0px;
}

#thumbnails ul{
	margin: 0px;
	padding: 0px;
}

#thumbnails a{
	margin: 0px;
	padding: 0px;}

/*************************************************************/


