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

	SlideShow
	v 1.3

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

.slideshowContainer {
	width: 600px;
	height: 550px;
	margin-bottom: 5px;
}
#fotogallery{
    margin:5px;
    padding:3px;
    padding-bottom:3px;
    line-height:30px;
}
#fotogallery a{
    color:#ffffff;
    text-decoration:underline;
    margin:5px;
    padding:3px;
}
#fotogallery a:hover{
   color:#ffffff;
margin:5px;
    padding:3px;
    text-decoration:none;
}
.loading {
	background: url(images/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid white;
	padding: 4px;
}

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

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

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

#thumbnails {
	height:0px;
    overflow:hidden;
}

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


