
/******************************************/
/***Slideshow******************************/
/******************************************/

.slideshowBody {
	/* font-family: Helvetica, Verdana, Arial, sans-serif; */
	font-family: Georgia, serif;
	background-color: #333333;
	color: #999999	;
	font-weight: bold;}

.slideshowTitle {
	font-size: 140%;
	color: #999999;
	margin-top: 5px;
	/*text-transform: uppercase;*/}

.slideshowPrevious {  
	font-size: xx-large;
    display: inline-block;
    -moz-transform: scale(-1, 1); 
    -webkit-transform: scale(-1, 1);  
    transform: scale(-1, 1);
    }

.slideshowNext {
	font-size: xx-large;
	}

.slideshowCaption {
	font-size: 140%;}

.slideshowCenterSlide{
  	display: flex;
  	justify-content: center;
  	align-items: center;
	}
	
.slideshowGrid {
	display: grid;
	grid-template-columns: 50px 1fr 50px;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	}
	
.slideshowGrid > div {
	text-align: center;
	padding: 0px;
	}

a {color: #999999;}

/******************************************/

.previousStation { 
	font-size: 0.75em;
    display: inline-block;
    -moz-transform: scale(-1, 1); 
    -webkit-transform: scale(-1, 1);  
    transform: scale(-1, 1);}
    
.nextStation {
	font-size: 0.75em;
    display: inline-block;}

/******************************************/

.imageSetTitle {
		display: grid;
		grid-template-columns: auto 30px 250px 30px auto;
		margins: auto;
		max-width: 100%
		/* background-color:#eeeeee; */
  		}
.imageSetTitle > div {text-align: center;}


.imageSetTitle > div.Left {text-align: left;}

.imageSetTitle > div.Right {text-align: right;}

/******************************************/


.captionHalfPage {
		display: grid;
		grid-template-columns: 1fr 1fr ;
		/* 
grid-column-gap: 20px;
		grid-row-gap: 20px;
  		padding: 0px;
 */
		/* background-color:#eeeeee; */
  		}
	
.captionHalfPage > div {
		text-align: center;/* 

		padding: 5px;
 */
		/* background-color:#cccccc; */
		/* border: 1px solid grey; */
		}