
/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

.slideshowContainer {
	background-color: #fff;
	border: #fff 1px solid;
	width: 530px;
	height: 353px;
	margin: 0 15px 5px 15px;
}

.loading {
	background: url(charger.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid white;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #ccc;
}
#thumbnails img {
	margin: 6px 3px;
}
.current img {
	border: 1px solid red;
}

.outline {
	border: #b01d1b 1px solid;
	z-index: 0;
	position: absolute;

}

#thumbnails {
	width: 536px;
	margin: 0 12px 0 12px;
}

/*************************************************************/


