/** Milan Soccer Academy | Gallery **/

/* List */
#gallery-list a { display: block; padding: 6px 12px; margin-bottom: 2px; -moz-border-radius: 4px; }
#gallery-list a:hover, #gallery-list a:focus { background-color: #333; }

/* Group */
#gallery h3 { clear: both; }
#gallery img { float: left; margin: 0 25px 25px 0; width: 100px; height: 75px; border: 2px solid white; -moz-box-shadow: 0 1px 5px black; }

/* Default Styles */
.aurora-images-overlay {
	display: none;
	position: absolute;
	z-index: 100;
	left: 0;
	top: 0;
	background-color: #000;
	cursor: pointer;
	opacity: 0.66 !important;
}

.aurora-images-box {
	display: none;
	position: absolute;
	left: 50%;
	z-index: 101;
	background-color: #fff;
	-moz-box-shadow: 0 1px 25px black;
}

.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;
	/*This may need to be included in core css*/
	margin-top: -6px;
}

.aurora-images-close {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url( '/Resources/ACMilan/Sites/ACMSS/Images/Icons/close.gif' ) 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( '/Resources/ACMilan/Sites/ACMSS/Images/Icons/prev.gif' ) no-repeat 0% 15%;
}

.aurora-images-next:hover {
	background: transparent url( '/Resources/ACMilan/Sites/ACMSS/Images/Icons/next.gif' ) no-repeat 100% 15%;
}

.aurora-images .loading {
	background: #fff url( '/Resources/ACMilan/Sites/ACMSS/Images/Icons/loading.gif' ) no-repeat center;
}

.aurora-images-caption {
	color: #666;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 6px;
}

.aurora-images-counter {
	font-family: "Arial", "Helvetica", sans-serif;
	color: #aaa;
	font-size: 0.8em;
	font-weight: bold;
}
