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

	SlideShow
	v 1.3

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

.slideshowContainer {
	z-index: 0;
	position: absolute;
	width: 980px;
	height: 250px;
	background-color: #FFFFFF;
	left: 0px;
}

.slideshowThumbnail {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	outline: none;
}


.slideshowThumbnail img {
	padding: 5px 6px 6px 5px;
}

a:hover.slideshowThumbnail img {
	background: url(../../imagenes/cuadradito97d3d9.png);
	background-repeat: no-repeat;
}

.current img {
	border-bottom: 3px solid #999999;
}

.outline {
	background: url(../../imagenes/cuadradito97d3d9.png);
	background-repeat: no-repeat;
	z-index: 1;
	position: absolute;
}

#thumbnails {
	z-index: 1;
	position: absolute;
	width: 350px;
	float: left;
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	left: 25px;
	top: 195px;
}

#controles {
	z-index: 10;
	position: absolute;
	padding: 0px;
	width: 120px;
	float: left;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	left: 400px;
	top: 201px;
}

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