/* -------------------------------------------------------------------------------------------------------------*/
/* ------->>> TPL SLIDE GALLERY <<<----------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------------------------*/

/* Proceso Galería de imagenes deslizantes

Galería de imágenes ampliables en ventana emergente. Compuesta por una
foto grande y una serie de fotografías debajo de ésta que se deslizan
horizontalmente. El número de fotografías por página es configurable.
*/

.text_container { margin: 10px 0 0; padding: 20px; border-bottom: 1px solid #830000; background: #ebecf0; }

/*Imagen principal*/

#main_picture{
	position: relative;
	float: left;
	width: 721px;
	height: 362px;
	margin: 10px 0;
}

/*Comentario de la imagen principal*/

#description {
	position: absolute;
	bottom: 1px;
	left: 1px;
	width: 701px;
	padding: 8px 8px 8px 10px;
	color: #ffffff;
	background: url(../images/overlay.png) repeat 0% 50%;
}

#description  p { margin: 0; padding: 3px; color: #999; font-size: 11px; }

/* Componente deslizante */

#thumbnail_component { overflow: hidden; float: left; width: 674px; margin: 0 0 0 5px; }

#thumbnails{ overflow: hidden; position: relative; height: 106px; width: 670px; }
#thumbnail_component ul { margin: 0; padding: 0; }
#thumbnail_component ul li{
	float:left;
	height:100px;
	margin:0 11px 0 5px;
	overflow:hidden;
	padding:1px;
	width:148px;
	border: 1px solid #DADADA;
}

#contents #thumbnail_component img { border: none; padding: 0; }

#slide_thumbs{
	overflow: hidden;
	position: relative;
	float: left;
	height: 128px;
}

#slide_thumbs a:hover img {width: 155px; }

.complete_thumnails {
	overflow: hidden;
	clear: both;
	position: relative;
	float: left;
	width: 723px;
}

/* Botones del sistema deslizante */

.prev { float: left; }
.prev a { background: url(../images/bot_slidegalery_prev.png) no-repeat; }

.next {	float: right; }
.next a { background: url(../images/bot_slidegalery_next.png) no-repeat; }

.prev a, .next a { overflow: hidden; display: block; width: 20px; height: 106px; text-indent: -999px; }


