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

	SlideShow
	v 1.3

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

.slideshowContainer {
	border: 0px solid #ccc;
	position:absolute;top:10px; left:10px;
	min-height:249px;
    min-width:910px;
	margin-bottom: 5px;
}

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

.slideshowThumbnail {
	outline: none;
	
}

.slideshowThumbnail img {
	border: 0px solid white;
	position:relative;top:20px; left:20px;
	padding: 1px;
	width: 25px;
	height: 25px;
}

a:hover.slideshowThumbnail img {
	border: 0px solid white #ccc;
	padding: 4px;
}

.current img {
	border: 0px solid red;
	padding: 5px;
}

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

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

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

