/* -------------------------------------------------------------------------------------------------------------*/
/* ------->>> 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.
*/

/*Imagen principal*/

#main_picture {
	position: relative;
	float: left;
	width: 681px;
	height: 404px;
	margin: 10px 0;
	padding: 1px;
	background: #f1ce94;
}

/*Comentario de la imagen principal*/

#description {
	bottom: 1px;
	left: 1px;
	padding: 8px 0 8px 10px;
	position: absolute;
	width: 671px;
	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: 650px; margin: 0 0 0 5px; }

#thumbnails{ overflow: hidden; position: relative; height: 106px; width: 650px; }
#thumbnail_component ul { margin: 0; padding: 0; }
#thumbnail_component ul li{
	overflow: hidden;
	float: left;
	width: 116px;
	height: 85px;
	margin: 0 8px 0 0;
	border: 1px solid #f3d096;
}

#slide_thumbs{
	overflow: hidden;
	position: relative;
	float: left;
	height: 128px;
}

#slide_thumbs a:hover img {width: 140px; }

.complete_thumnails {
	overflow: hidden;
	clear: both;
	position: relative;
	float: left;
	width: 683px;
}

/* 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: 12px; height: 88px; text-indent: -999px; }


