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

	SlideShow
	v 1.3

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

.slideshowContainer {
	
	width: 588px;
	height: 508px;
	
	

}

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

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	
	
}

a:hover.slideshowThumbnail img {

	
	

}

.current img {
	border: 1px solid  red;
	
}

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

#thumbnails {
	width:112px;
		
}

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

