/*-----SHOW changes----*/
/*extend width of text within show*/
#show .textContain{
	max-width: 65em;
}
/*general changes*/
/*extend block quote to width of text and offset*/
blockquote {
	max-width: 95%;
	margin-left:2em;
}
/*align h1 in a show to the text paragraphs*/
#show .textContain h1{
	margin-left:0;
}
/*add space below h2 so spaced from <p>; remove space above h3 so not further away from h2*/
h2 {
	padding-bottom:10px;
}
h3 {
	padding-top:0;
}
/*remove space between caption and credit*/
#content p.caption {
	margin-bottom:2px;
}
/*remove margin at top of figure.wrap.right*/
figure.wrap.right {
	margin-top:0;
}
/*remove margin at top and left of figure.wrap.left for thumbnails on pages 3 and add space at bottom*/
#tabs-22 figure.wrap.left {
	margin-top:0;
	margin-left:0;
	margin-bottom:1.6em;
}
/*remove margin at top and left of figure.wrap.left for thumbnails on pages 4-5*/
figure.wrap.left {
	margin-top:0.4em;
	margin-left:0; 
	padding:0;
	overflow: hidden; 
}

/*remove margin at top of text beside thumbnails on pages 3-5)*/
figure.wrap.left +p{
	margin-top:0.8em;
	margin-left:0;
	padding:0;
}
/*show images when they extend below text box*/
#content {
overflow:hidden;
}

/* ------ Control of image galleries only ------ */

.slideshow{
	float:right;
	margin:1em;
	padding-right:1em;
	max-width:40%;
	background-color:#D0EBF3;
}
.slideshow .galleryTitle {
	margin: 6px 18px;
}
/*--'Indigenous soldiers' image galleries in Experience/Perspectives -- narrower--*/
#slideshow_8.slideshow {
	max-width:40%;
}
/*--First Image galleries in Experience/Patriotic support -- narrower--*/
#slideshow_10.slideshow {
	max-width:35%;
}
/*--Last 2 Image galleries in Experience/Patriotic support -- widen--*/
#slideshow_12.slideshow , #slideshow_13.slideshow {
	max-width:50%;
}
/*Changes to image gallery layout*/
 #cboxTitle{bottom:-100px;}
 
 #cboxCopyright {
	font-size: 75%;
	text-align: right;
 }
 
 #cboxCaption{
	/*position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#707070;font-size:10pt;*/
	position:absolute;
	bottom:9px;
	background-color:transparent;
	text-align:center;
	left:4.75em;
	width:75%;
	color:#515151;
	font-size:100%;
}
#content ul.imagelist {
	padding-left: 1em;
}
#content ul li p {
	margin-bottom: .4em;
}

#content ul {
	margin-bottom: 1em;
}
.ui-tabs{
	overflow:hidden;
}
