@CHARSET "ISO-8859-1";

.ioa-popup-container {
    height: 300px;
}

.image-gallery-container {
	width:420px;
	 /*height:380px; */
	
	background-color: #eeeeee;
	border:1px;
	border-style:solid;
	border-color:#444444;
	border-collapse:separate;
	
	font-size: 1.2em;
	position: absolute;
	display: none;
}

.image-gallery-container ul li img {
	margin: 10px 10px;
}

.closeGalleryLink {
	float: right;
	text-align: right;
	margin-right: 2em;
}
.image-list {
	overflow: hidden;
	padding: 0;
	display: block;
}


.image-gallery-container ul {
	text-align: center;
}

.image-gallery-container ul li{
	list-style: none;
	float: none;
	display:inline;
}

.image-list li {
	display:none;  
}
.image-list li img{
	width: 400;
	height: 300;
}
.image-nav-list {
	 /*display:block;
	clear:both;*/
	margin:0 auto;
	width:400;
	padding-top: 1em;
}
.image-nav-list ul{
	margin: 0 auto;
}

.image-nav-list li{
	font-size: 0.8em;
	padding-left: 0.4em;
	padding-right: 0.4em;
	text-align: center;
}
.image-nav-list li a {
	color: #2035ff;
	text-decoration: none;
}
.image-nav-list li a:hover {
 color: #2035ff;
}


.image-gallery-navigation a {
	
	text-decoration: none;
}
.image-gallery-navigation a:hover {
 color: #2035ff;
}

.image-gallery-caption {
	font-size: 1.0em;
	text-align: center !important;
}

.selectedItem a{
	font-weight:bold;
}
.current-image {
	z-index: 1337;
	display: block;
}