/*----------------------------------------------------------------------------------------------------*\
	L A Y O U T   A N D   S T Y L E   F O R   F L U X U S - I M A G E S T A C K
\*----------------------------------------------------------------------------------------------------*/





/* hide on index-list */
article.item .fluxusimagestack {
	display:none
}


/* container */
.fluxusimagestack { 
/* 	border-top: 1px dotted #D0D9A5;  */
	margin-bottom: 1.5em;
	}
.imagestack-item,
.imagestack-thumbs,
.imagestack-nav-item,
.imagestack-nav-captions-item,
.imagestack-captions-item {
	border-bottom: 1px dotted #D0D9A5;
	}
.fluxusimagestack > * {
	display: block;
	overflow: hidden;
	clear: both;
	}


/* LHBSA */
.imagestack-thumbs img {
	border: 1px solid #ddd;
}
.imagestack-item img {
	border: 1px solid #ddd;
	border-bottom: none;
}




/* imagestack */
.imagestack { background: #fff; }
.imagestack img { 
	display: block;
	max-height: 25em;
	width: auto;
	max-width: 100%;
	margin: 0 auto 0 0; /* align left */
	}





/* imagestack-thumbs */
.imagestack-thumbs { 
	padding: 0.75em 0 0.25em 0;
	}
.imagestack-thumbs img { 
	display: block; 
	max-height: 4em;
	width: auto;
	max-width: 100%;
	margin: 0 0.5em 0.5em 0;
	float: left;
	}
.imagestack-thumbs-item { opacity: 0.5; }
.imagestack-thumbs-item.current { opacity: 1; }





/* imagestack-nav */
.imagestack-nav-item { 
	overflow: hidden;
	padding: 0.75em 0 0.75em 0; 
	}
.imagestack-nav-item * { 
	display: inline;
	line-height: 1.5em;
	}

.imagestack-nav-item > * { margin-right: 0.75em; }
.imagestack-nav-item > *:last-of-type { margin-right: 0; }
.imagestack-nav-item img {
	height: 0.75em;
	width: auto;
	margin: 0;
	}





/* imagestack-nav-captions */

.imagestack-nav-captions-caption::before { 
	content: "|";
	margin: 0 0.75em;
	}

.imagestack-nav-captions-item { 
	overflow: hidden;
	padding: 0.75em 0 0.75em 0; 
	}
.imagestack-nav-captions-item * { 
	display: inline;
	line-height: 1.5em;
	}
.imagestack-nav-captions-nav > * { margin-right: 0.75em; }
.imagestack-nav-captions-nav > *:last-of-type { margin-right: 0; }
.imagestack-nav-captions-nav img {
	height: 0.75em;
	width: auto;
	margin: 0;
	}





.nav-prev,
.nav-next,
.imagestack-thumbs-item {
	cursor: pointer;
}


.disabled,
.current { 
	cursor: default;
	}


.disabled { opacity: 0.2; }





