/*
 * Emory Galleria Theme
 */
.gallery #galleria.before {
	margin-bottom: 1em;
}
.gallery #galleria.after {
	margin-top: 1em;
}
#galleria {
	min-height: 525px;
	margin: 14px 0;
	position: relative;
	border: 1px solid #ccc;
	background: #eee;
	font-size: 1em;
	line-height: 1.3em;
	width: 100%;
	overflow: hidden;
}
.galleria-container {
	position: relative;
}
.galleria-container img, div#interiorMid .galleria-container img {
	padding: 0;
	margin: 0;
}
.galleria-stage {
	width: 100%;
	margin: 0 auto 8px 0;
	height: 334px;
	overflow: hidden;
	position: relative;
}
.galleria-stage img {
	width: 100%;
}
.galleria-info {
	z-index: 2;
	padding: 0 14px;
}
.galleria-info-text {
	padding: 0 0 12px 0;
	display: none;
	zoom: 1; /* IE7 */ 
	position: relative;
}
.credits {
	display: block;
	color: #444;
	margin: 0 0 4px 0;
	position: absolute;
	top: 0;
	right: -8px;
}
.galleria-info-title {
	padding: 0;
}
.galleria-info-title h3, div#interiorMid .galleria-info-title h3 {
	color: #333;
	margin: 13px 0;
}
.galleria-info-description {
}

.galleria-thumbnails-container {
	height: 77px;
	bottom: 20px;
	position: absolute;
	left: 10px;
	right: 10px;
	z-index: 2;
}
.galleria-carousel .galleria-thumbnails-list {
	margin-left: 30px;
	margin-right: 30px;
}
.galleria-thumbnails .galleria-image {
	width: 75px;
	height: 75px;
	margin: 0 5px 0 0;
	border: 1px solid #ccc;
	float: left;
	cursor: pointer;
}
.galleria-counter {
	position: absolute;
	bottom: 10px;
	left: 10px;
	text-align: right;
	color: #fff;
	font: normal 11px/1 Verdana, Arial,sans-serif;
	z-index: 1;
}
.galleria-loader {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
	display: none;
	background: url(../../images/loader.gif) no-repeat 2px 2px;
}
.galleria-image-nav {
	position: absolute;
	top: 50%;
	margin-top: -62px;
	width: 100%;
	height: 62px;
	left: 0;
}
.galleria-image-nav-left,
.galleria-image-nav-right {
	opacity: .6;
	filter: alpha(opacity=60);
	cursor: pointer;
	width: 62px;
	height: 124px;
	position: absolute;
	left: 10px;
	z-index: 2;
	background-position: 0 46px;
}
.galleria-image-nav-right {
	left: auto;
	right: 10px;
	background-position: -254px 46px;
	z-index: 2;
}
.notouch .galleria-image-nav-left:hover,
.notouch .galleria-image-nav-right:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.touch .galleria-image-nav-left:active,
.touch .galleria-image-nav-right:active {
	opacity: 1;
	filter: alpha(opacity=100);
}
.galleria-thumb-nav-left,
.galleria-thumb-nav-right {
	cursor: pointer;
	display: none;
	background-position: -502px 5px;
	position: absolute;
	left: 0;
	top: 0;
	height: 77px;
	width: 23px;
	z-index: 3;
}
.galleria-thumb-nav-right {
	background-position: -572px 5px;
	border-right: none;
	right: 0;
	left: auto;
}
.galleria-thumbnails-container .disabled {
	opacity: .2;
	filter: alpha(opacity=20);
	cursor: default;
}
.notouch .galleria-thumb-nav-left:hover,
.notouch .galleria-thumb-nav-right:hover {
	background-color: #ccc;
}
.touch .galleria-thumb-nav-left:active,
.touch .galleria-thumb-nav-right:active {
	opacity: 1;
	filter: alpha(opacity=100);
	background-color: #ccc;
}
.notouch .galleria-thumbnails-container .disabled:hover {
	opacity: .2;
	filter: alpha(opacity=20);
	background-color: transparent;
}

.galleria-carousel .galleria-thumb-nav-left,
.galleria-carousel .galleria-thumb-nav-right {
	display: block;
}
.galleria-thumb-nav-left,
.galleria-thumb-nav-right,
.galleria-info-link,
.galleria-info-close,
.galleria-image-nav-left,
.galleria-image-nav-right {
	background-image: url(../../images/buttons/gallery-arrows.png);
	background-repeat: no-repeat;
}