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

	SlideShow
	v 1.3 -- edited by Brian Rose for use w/ Roger Brooks . ca  Feb 9, 2008

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

.slideshowContainer {
	//*border: 1px solid #ccc;*//
	width: 638px;
	height: 480px;
	margin-bottom: 5px;
}

.loading {
	background: url(./banners/home/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 {
	border: 1px solid red;
	padding: 5px;
}*//

//*.outline {
	border: 1px solid orange;
	z-index: 0;
	position: absolute;
}*//

//* #thumbnails {
	/*width: 130px;
	float: left;*/
}*//

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

