/* GALLERY */
#gallery{
	
	height:100%;
	width:100%;
	overflow:auto; /*hidden;*/
}

#galleryContent{

	margin:0;
	overflow: auto;/*hidden;*/
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	/*overflow-y: hidden;*/
	background:rgba(0,0,0,.3);
	/* border:1px solid blue; */
}

#galleryNav{	 
	
	overflow: hidden;
	position: absolute;
	/* height: 10%; */ /*70px;*/
	bottom: 0;
	left: 0;
	right: 0;
	text-align:center;
	background:#eaebec;
	/* padding-top: 10%; */
	/* padding-bottom: 10%; */ /*10px;*/ /* steve */
	/* background:pink; */
}
#galleryNav .thumb{
	
	/* height:100%; */
	/* width:50px; */
	/* margin-top:10px; */
	/* margin-right:10px; */
	border:4px solid #00673e;
	display:inline-block;
	cursor:pointer;
}
#galleryNav .selected { border:4px solid #FFCB05; cursor:default; }

#galleryCaption{
	background:#eaebec;
	padding:0 2.5%;
	position:absolute;
	bottom:-100px;
	width:95%;
	margin-bottom:100px;
	border-top:1px solid #424e63;
	padding-bottom: 20px; /*steve */
	max-height:15em;
	overflow-y:auto;
}

/* meant for phones in landscape */
@media all and (max-device-width: 400px) and (orientation:landscape){
	#galleryCaption{

		display:none;
	}
}

#galleryCaption h1{
	
	font: bold 1.5em Arial;
	padding-top: 10px;
}

