@charset "UTF-8";
.slideshowContainer {
	border: 1px solid #ccc;
	width: 450px;
	height: 300px;
	margin-bottom: 5px;
}

.loading {
}

.slideshowThumbnail {
	outline: none;
	padding: 3px;
}

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

a:hover.slideshowThumbnail img {
	padding: 2px;
	border: 1px solid #CCCCCC;
}

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

.outline {
	border: 1px solid orange;
	z-index: 0;
	position: absolute;
}
#slide_home {
	text-align: center;
	height: 499px;
	background-color: #FFFFFF;
	padding-top: 5px;
}
#thumb_home {
	text-align: center;
	padding-top: 5px;
	background-color: #CCC;
	padding-bottom: 5px;
}
#thumbnails {
	background-color: #CCC;
}
#controles {
	text-align: right;
	background-color: #FFFFFF;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-top: 1px;
	margin-top: 4px;
}
