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

	SlideShow
	v 1.3

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

.slideshowContainer {
	width: 500px;
	height: 332px;
	margin-bottom: 15px;
}
.slideshowContainer2 {
	width: 740px;
	height: 332px;
	margin-bottom: 15px;
}
.loading {
	background: url(images/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid #BE9903;
	padding: 4px;
	margin:0 5px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #CAC74D;
	padding: 4px;
}

.current img {
	border: 1px solid #CAC74D;
	padding: 5px;
}

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

#thumbnails {
	width: 500px;
	text-align:center;
	background-image:url(../../_img/bg-thumbnails.gif);
	background-repeat: no-repeat;
}
#thumbnails2 { }
/*************************************************************/

