
/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

.main-image-container
{
    float: left;
    width: 600px;
    height: 400px;
}

.bottom-images-container
{
    width: 500px;
}
    

.slideshowContainer 
{
	
	float: left;
	width: 680px;
	height: 500px;
	text-align: center;
}

.slideshowContainer2 {
    text-align: center;
	width: 679px;
	height: 303px;
	float: left;
}

.loading {
	background: url(images/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid transparent;
	padding: 4px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid trasparent;
	padding: 4px;
}

.current img {
	border: 1px solid transparent;
	padding: 5px;
}

.outline {
	border: 1px solid transparent;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	/*width: 130px;
	float: left;*/
}

/*************************************************************/


