#container{
	padding: 10px;
	}
#imageContainer{
	padding: 5px;
	text-align: center;
	}

#imageContainer  img{
	padding: 4px;
	border: 1px solid #999999;
	}

.imageContainertable {
	font-size: 11px;
	color: #333333;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}





#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{
	border: 1px solid #999999;
	padding: 2px;
}

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	background-image: url(images/loading.gif) ;
	background-repeat: no-repeat;
	background-position: center;
	}

#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}

#imageContainer #hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#imageDataContainer{
	background-color: #fff;
	line-height: 1.3em;
	overflow: auto;
	width: 80%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	}

#imageContainer2{
	padding: 8px;
	}

a:link {
	text-decoration: none;
	color: #999999;
	text-align: center;
	font-size: 12px;
}

a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #f78614;
}
a:active {
	text-decoration: none;
}

