/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

#Fondos    {
	border: 0px dotted #c00;
	width: 1000px;
	height: 650px;
	margin-bottom: 5px;
	display:block;
	position: relative;
	overflow: visible;
}
.slideshowContainer {
	width: 1000px;
	height: 650px;
	margin-bottom: 5px;
	display: block;
}


.loading {
	background: url(../imgs/ajax-loader-1a1a1a.gif) center no-repeat;
	/* background: url(../slideshow/images/loading.gif) center no-repeat; */
}
#botonPlay {
	color: #F00;
	position: absolute;
	top: 10px;
	z-index: 10;
	left: 10px;
}
#botonNext {
	color: #F00;
	position: absolute;
	top: 200px;
	z-index: 10;
	right: 10px;
}
#botonPrev {
	color: #F00;
	position: absolute;
	top: 200px;
	z-index: 10;
	left: 10px;
}


/*************************************************************/
#botonStop {
	color: #F00;
	position: absolute;
	top: 10px;
	z-index: 10;
	left: 50px;
}



.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img, .slideshowThumbnail2 img, .slideshowThumbnail3 img, .slideshowThumbnail4 img {
	border: 0px solid green;
	padding: 0px;
}

a:hover.slideshowThumbnail img, a:hover.slideshowThumbnail2 img {
	border: 0px solid #ccc;
	padding: 0px;
}

.current img {
	border: 1px solid red;
	padding: 5px;
}

.outline {
	border: solid black 1px;
	z-index: 0;
	position: absolute;
}

#thumbnails, #thumbnails a, #thumbnails a:visited {
	color:#FFF;
	/*width: 130px;
	float: left;*/
}
	
