/* GALLERY */
#gallery{
	
	height:100%;
	width:100%;
	overflow:hidden;
}

#galleryContent{

	margin:0;
	overflow: hidden; position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	overflow-y: hidden;
	background:#fff;
	/* border:1px solid blue; */
}

#galleryNav{	 
	
	overflow: hidden;
	position: absolute;
	/* height: 10%; */ /*70px;*/
	bottom: 0;
	left: 0;
	right: 0;
	text-align:center;
	background:#fff;
	/* 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 #d8c365;
	display:inline-block;
	cursor:pointer;
}
#galleryNav .selected { border:4px solid #00AFD8; cursor:default; }

#galleryCaption{
	
	background:#fff;
	padding:0 2.5%;
	position:absolute;
	/* bottom:-100px; */
	width:95%;
	/* margin-bottom:100px; */
	border-top:2px dotted #00AFD8;
	padding-bottom: 20px; /* steve */
	bottom:0px;
	/* border:1px solid red; */
}

#galleryCaption h1{
	
	/*font: bold 1.5em Arial;*/
	padding-top: 10px;
}

