/* Default Styles */
.aurora-images-overlay {
	display: none;
	position: absolute;
	z-index: 100;
	left: 0;
	top: 0;
	background-color: #000;
	cursor: pointer;
}

.aurora-images-box {
	display: none;
	position: absolute;
	left: 50%;
	z-index: 101;
	background-color: #fff;
}

.aurora-images-stage {
	position: relative;
	z-index: 103;
	height: 100%;
}

.aurora-images-bottom {
	position: relative;
	z-index: 102;
	background-color: #fff;
	height: 45px;
	padding: 0 10px;
	margin-bottom: -45px;
	margin-top: -10px;
}

.aurora-images-close {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url( '../../../../../JazeDocs/Sites/TMM/Content/Images/Examples/Styles/Default/Images/close.html' ) no-repeat center;
	cursor: pointer;
}

.aurora-images-prev, .aurora-images-next {
	position: absolute;
	z-index: 104;
	width: 50%;
	height: 100%;
	outline: none;
	display: block;
	border: none;
}

.aurora-images-prev:hover, .aurora-images-next:hover {
	border: none;
}

.aurora-images-next {
	left: 50%;
}

.aurora-images-prev:hover {
	background: transparent url( '../../../../../JazeDocs/Sites/TMM/Content/Images/Examples/Styles/Default/Images/prev.html' ) no-repeat 0% 15%;
}

.aurora-images-next:hover {
	background: transparent url( '../../../../../JazeDocs/Sites/TMM/Content/Images/Examples/Styles/Default/Images/next.html' ) no-repeat 100% 15%;
}

.aurora-images .loading {
	background: #fff url( '../../../../../JazeDocs/Sites/TMM/Content/Images/Examples/Styles/Default/Images/loading.html' ) no-repeat center;
}

.aurora-images-caption {
	color: #666;
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 6px;
}

.aurora-images-counter {
	font-family: "Arial", "Helvetica", sans-serif;
	color: #aaa;
	font-size: 0.8em;
	font-weight: bold;
}