
/**************************************************************

	SlideShow
	v 1.3

**************************************************************/
.slideshowContainer {
float:left;
	border: 1px solid #000;
	width: 320px;
	height: 320px;
    margin-bottom: 5px;
	margin-right:1em;
    
}

.loading {
	background: url(images/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: yellow thin dashed;
	z-index: 1;
	position: absolute;
    }
/*
#thumbnails {
	position:relative;
	top:5px;
	right:10px;
	}
	*/
#thumbnails a{
border-bottom:0px;
}
#thumbnails {
	float:right;
	width:500px;
	margin-top:5px;
	margin-right:10px;
	}
	


/*************************************************************/

