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

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

.egallery-sep {
	display: none;
}

#egallery {
	width: 100%;
	z-index: 1002;
	padding: 16px 0;
	text-align: center;
	line-height: 0;
	margin-bottom: 20px;
}

#egallery * {
	color: white;
}

#egallery-container {
	position: relative;
	width: 300px;
	margin: auto;
	background-color: #bbb;
	text-align: center;
	border: 1px solid #999999;
	padding-top: 50px;
	z-index: 1002;
}

#egallery-imageContainer {
	text-align: center;
	overflow: hidden;
	height: 300px;
	width: 100%;
	height: 100px;
	overflow: hidden;
	background-color: #f5f5f5;
	z-index: 1002;
}

#egallery-info {
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0%;
	width: 100%;
	text-align: left;
	z-index: 1003;
	height: 50px;
	background-color: #bbb;
}

#egallery-info span {
	display: -moz-inline-box;
	display: inline-block;
	font-size: 14px;
	height: 20px;
	margin-left: 10px;
	margin-top: 10px;
	padding: 5px 8px 3px;
	font-size: 1.4em;
	vertical-align: middle;
	line-height: 20px;
	color: #1a2c62;
	z-index: 1004;
}

#content #egallery-info span {
	display: none;
}

#egallery-button-info {
	display: none;
}

#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;
	background-color: #bbbbbb;
}

#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; 
	background-color: #bbb;
}

#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;
}