
/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

.slideshowContainer {
	margin:10px;
	float:left;
	width: 500px;
	height: 375px;
	margin-bottom: 5px;
	border: 1px solid #fff;
	background:url(loading.gif) center center no-repeat black
}

.loading {
	background: url(loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: solid 1px #fff;
	margin:4px;
}

a:hover.slideshowThumbnail img {
	border: solid 1px #000;
}

.current img {
}

.outline {
	border: 1px solid red;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	margin:10px;
	text-align:center;
	padding-bottom:20px;
}

.slideBoton img {border:0;margin-right:3px;}

/*************************************************************/

