/* Styles for use in an introductory page slideshow, containing screen shots */
/* This uses the Galleria jQuery addon, with some style overrides. */
/* The div element containing the slideshow must have the class "slideshow" */

.slideshow {
	width: 450px;
	height: 253px;
}
.slideshow .galleria-info-description {
	margin: 4px 14px 10px !important;
	opacity: 1.0 !important;
}

/* Galleria stage, when not in fullscreen: */
.slideshow .galleria-stage {
	bottom: 0px;
}

/* Captions do not display when the slideshow is not in full screen mode: */
.slideshow .galleria-info-text {
	display: none;
}

/* Thumbnails do not display unless we are in fullscreen mode: */
.slideshow .galleria-thumbnails-container * {
	visibility: hidden;
}

.slideshow .galleria-fullscreen {
	background-color: rgba(0,0,0,0.25)
}

.slideshow .galleria-play {
	background-color: rgba(0,0,0,0.25)
}