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

	SlideShow
	v 1.3

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

.slideshowContainer {
	
	width: 790px;
	height: 355px;
	float:left;

}

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

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	float:left;
	
}

a:hover.slideshowThumbnail img {
	
}

.current img {
	
}

.outline {
	
	z-index: 0;
	
}

#thumbnails {
	
	float: left;
}

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

.slideshowContainer2 {
	float: right;
	width: 500px;
	height: 300px;
	
}


.slideshowThumbnail2 {
	outline: none;
}

.slideshowThumbnail2 img {
	
	
}

a:hover.slideshowThumbnail2 img {
	
}


#thumbnails2 {
	/*width: 130px;
	float: right;*/
}






.slideshowContainer3 {
	float:left;
	width: 500px;
	height: 300px;
	
}


.slideshowThumbnail3 {
	outline: none;
}

.slideshowThumbnail3 img {
	
	
}

a:hover.slideshowThumbnail3 img {
	
}


#thumbnails2 {
	/*width: 130px;
	float: right;*/
}