/* General */

.navigation-controls {
	position: relative;
	text-align: center;
	background: #fff;
	padding: 5px;
	z-index: 1001;
}

/* Picture slides */
.picture-slides-disabled {
	color: #eee;
}

.picture-slides-container {
	margin-bottom: 2em;
	width:920px; 
	height:230px;
}

.picture-slides-fade-container {
	overflow: hidden;
	z-index: 1002;
	width:313px;
	text-align:center;
}

.picture-slides-fade-container a {
	display: block;
	height: 220px;
}

.picture-slides-image-load-fail {
	display: none;
}

.picture-slides-image-text {
	z-index: 1001;
	font-size:11px;
	padding-top:2px;
	padding-left:6px;
	padding-right:6px;
}
.picture-slides-image-ampliar {
	float:left; margin-top:10px; height:20px; width:70px; font-size: 11px;
}
.picture-slides-image-descargar {
	float:left; margin-top:10px; height:20px; width:75px; font-size: 11px;
}


.picture-slides-previous-image, 
.picture-slides-next-image, 
.picture-slides-start-slideshow, 
.picture-slides-stop-slideshow {
	display: none;
}

.picture-slides-previous-image, 
.picture-slides-next-image, 
.picture-slides-start-slideshow, 
.picture-slides-stop-slideshow {
	cursor: pointer;
}

.picture-slides-llegirmes { text-align:right; padding-right: 14px; }
.picture-slides-llegirmes a { background-image: url(../img/ico-llegirmes.gif); background-position: right 2px; background-repeat:no-repeat; padding-right: 16px;
							text-decoration:none; color: #191919; }

.picture-slides-thumbnails {
	list-style: none;
	overflow: hidden;
	margin:0;
	padding:0;
	width:435px;
}

.picture-slides-thumbnails li {
	float: left;
	width: 126px;
	padding: 0 9px 0px 8px;
}

.picture-slides-thumbnails li img {
	width: 118px;
	padding:5px;
}

.picture-slides-thumbnails a {
	outline: none;
}

.picture-slides-thumbnails li .picture-slides-selected-thumbnail img {
	/*width: 126px;*/
	padding:5px;
	width: 118px;
	background:#ddd;

}

.picture-slides-dim-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 (and 9, 10, 11?). Don't miss the added quotes */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	z-index: 1000;
	display: none;
}

.ampliar{ background:url(../img/mas.gif); background-position: left 2px; background-repeat:no-repeat; 
			padding-left:19px; float:left; display:block; padding-top:2px; color:#191919; }
			
.descargar{ background:url(../img/descargar.gif); background-position: left 2px; background-repeat:no-repeat; 
			padding-left:19px; float:left; display:block; padding-top:2px; color:#191919; }

a.ampliar:hover, a.descargar:hover { text-decoration:none; }


