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

	SlideShow
	v 1.3

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

.slideshowcontainer {
	width: 350px; 
	height: 527px; 
	position: relative;
	top: 3px;
	left: 3px;
}
.slideshowcontainer img {
width: 350px;
height: 527px;
}
.loading  { background: url("images/loading.gif") no-repeat center }

.slideshowthumbnail {
	border: none; 
}
.slideshowthumbnail img {
	border: 1px solid #dbb131;;
	padding: 4px; 
	margin-right: 20px;
	margin-bottom: 10px; 
}
.current img {
	border: 0px solid red;
	padding: 5px;
}

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

#thumbnails {position: absolute; top: 0px; left: 0px; z-index: -100;
}
.fotos {
text-align: center;
}
/*************************************************************/


