/* -------------------------------------------------------------------------------------------------------------*/
/* ------->>> 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*/
.content_des { float:left; width:720px; padding:15px; background: #303538;}
#main_picture{
	position: relative;
	float: left;
	width: 720px;
	height: 361px;
	margin: 10px 0;
}

/*Comentario de la imagen principal*/

#description {
	bottom: 0;
	left: 0;
	padding: 3px 0 3px 6px;
	position: absolute;
	width: 714px;
	background: url(../images/overlay-85.png) repeat;
	color:white;
}

#description  p { margin: 0; padding: 3px; color: #ffffff; font-size: 11px; }

/* Componente deslizante */

#thumbnail_component { overflow: hidden; float: left; width: 685px; margin: 0 0 0 5px;}

#thumbnails{ overflow: hidden; position: relative; height: 86px; width: 679px; }
#thumbnail_component ul { margin: 0; padding: 0; }
#thumbnail_component ul li{
	overflow: hidden;
	float: left;
	width: 107px;
	height: 78px;
	margin: 0 2px 0 0;
	border: 3px solid #272c2f;
}

#contents #thumbnail_component img { border: none; padding: 0; }

#slide_thumbs{
	overflow: hidden;
	position: relative;
	float: left;
	height: 128px;
}

#slide_thumbs a:hover img {width: 109px; }

.complete_thumnails {
	overflow: hidden;
	clear: both;
	position: relative;
	float: left;
	width: 720px;
	margin-top: 10px;
}

/* Botones del sistema deslizante */

.prev { float: left; }
.prev a { background: url(../images/bot_slidegalery_prev.png) center center no-repeat; }
.prev a:hover { background: url(../images/bot_slidegalery_prev_hover.png) center center no-repeat; }

.next {	float: right; }
.next a { background: url(../images/bot_slidegalery_next.png) center center no-repeat; }
.next a:hover { background: url(../images/bot_slidegalery_next_hover.png) center center no-repeat; }

.prev a, .next a { overflow: hidden; display: block; width: 15px; height: 83px; text-indent: -999px; }

