/* This rule is read by Galleria to define the gallery height: */
#galleria{height:510px;}
h1 {
	color:#fff;
	margin-bottom:20px;	
}
/* Move captions to the bottom */
.galleria-info {
	top:412px !important; /* Prevent caption overlap */
	left:0 !important;
	width:100% !important;
}
/* Space between image and thumbnails so caption doesn't overlap image - combine with imageMargin option */
.galleria-images {
	top:0 !important;
}
/* Remove "i" icon */
.galleria-info-link {
	display:none;	
}
/* Full-width captions */
.galleria-info-text {
	display:block;
	text-align:center;
	background:none; /* Prevent caption overlap */
}
.galleria-info-description {
	font-family: Arial,Verdana,sans-serif;
	background:rgba(0, 0, 0, .7);
	color:#fff;
	padding:5px; /* extend transparent background */
}
.galleria-counter {
	left:707px !important;
	bottom:428px !important;
}
p#fullscreen {
	background:#000;
	color:#fff;
	width:100%;
	text-align:center;
	padding:0 0 5px 0;
}
p#fullscreen a {
	background:#000 url(http://news.stanford.edu/js/galleria/src/images/maximize.png) no-repeat left top;
	padding:0 20px 1px 20px;
	color:#fff;
	border:0;
}
.galleria-image-nav-left {
	background:transparent url(../themes/classic/l.gif) no-repeat left center !important;
}
.galleria-image-nav-right {
	background:transparent url(../themes/classic/r.gif) no-repeat right center !important;
}