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

	SlideShow
	v 1.3

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

.productslideshow {
width:500px;
height:570px;
float:left;
position:relative;
}

.slideshowContainer {
	width: 500px;
	height: 400px;
	position:relative;
}

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

.thumbnails {
float:right;
text-align:right;
width:550px;
height:70px;
z-index:1000;

}
.slideshowThumbnail {
	outline: none;
	position:relative;
}

.slideshowThumbnail img {
	opacity: .5;
	border: 1px solid white;
	padding: 4px;
}

a:hover.slideshowThumbnail img {
	opacity: 1;
	padding: 4px;
}

.current img {
	padding: 5px;

}

.outline {
	z-index: 0;
}

.outline  img {
	opacity: 1;
}

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

