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

	SlideShow
	v 1.3

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

.slideshowContainer {
	border: 1px solid #000;
	width: 590px;
	height: 410px;
	margin-bottom: 5px;
}

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

.slideshowThumbnail {
	float: left;
	border:0px solid red;
	padding:0 35px 15px 0;
	outline: none;
}

.slideshowThumbnail img {
	border: px solid white;
	padding: 3px 4px 4px 3px;
	background:url(../images/bg_gallery.png) no-repeat #545353;
}

a:hover.slideshowThumbnail img {
	border: 0px solid #ccc;
	padding: 3px 4px 4px 3px;
}

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

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

#thumbnails {
	width: 265px;
	float: left;
}

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

