#egallery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	z-index: 900;
	width: 100%;
}

#egallery-loading {
	position: absolute;
	overflow: hidden;
	bottom: 8px;
	left: 8px;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 0;
}

#egallery {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	text-align: center;
	line-height: 0;
	margin-bottom: 100px;
}

#egallery * {
	color: white;
}

#egallery #egallery-imageContainer img {
	border: 1px solid #999999;
}

#egallery-container {
	position: relative;
	width: 300px;
	margin: auto;
	background-color: black;
	text-align: center;
	border: 1px solid white;
}

#egallery-imageContainer {
	border-bottom: 1px solid white;
	text-align: center;
	overflow: hidden;
	height: 300px;
	width: 100%;
	height: 100px;
	overflow: hidden;
	background-color: black;
}

#egallery-info {
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0%;
	width: 100%;
	text-align: center;
}

#egallery-info span {
	display: -moz-inline-box;
	display: inline-block;
	font-size: 14px;
	height: 20px;
	padding-top: 3px;
	vertical-align: middle;
	line-height: 20px;
	color: white;
	background-color: black;
}

#egallery-close-link {
	position: absolute;
	display: block;
	top: -15px;
	right: -15px;
	cursor: pointer;
	z-index: 1020;
}

#egallery-close-link img {
	display: block;
}

#egallery-controls {
	position: relative;
	width: 100%;
	height: 48px;
	text-align: center;
}

#egallery-controls table {
	margin: auto;
	border: none;
	margin: auto;
	padding: 0;
	height: 48px;
	text-align: center;
}

#egallery-controls table td {
	vertical-align: middle;
	text-align: center;
}

#egallery-controls table td img {
	margin: auto 5px;
	vertical-align: middle;
	cursor: pointer;
}

#egallery-index {
	position: absolute;
	right: 10px;
	top: 0;
	height: 48px;
	line-height: 48px;
	vertical-align: middle;
}