/* imagogallery css*/
body {
	background-color: #000000;
	color: #999999;
	margin: 0px;
	font-family: verdana;
}

img {
	border: 0;
}

a {
  color: #999999; 
  text-decoration: none; 
  }

p {
  padding: 8px 10px 10px 10px;
 }

/* Layout Stylesheet */ 

#hdr{
 width: 95%;
 height: 65px;
 background: #000000;
 color: #999999;
 border: solid #999999;
 border-width: 0 0 1px 0;
 margin: 0 0 0 15px;	
}
     
#hdr2{
 width: 95%;
 padding: 0px 0 2px 0;
 background: #000000;
 color: #999999;
 font-size: smaller;
 border: solid #999999;
 border-width: 0 0 1px 0;
 margin: 3px 0 0px 15px; 

}

#main{
 width: 90%;
 background: #000000;
 color: #999999;
 margin: auto;
 padding: 0 40px 0 40px;
 margin-bottom: 40px;
}

#foot{
 width: 100%;
 height: 35px;
 background: #000000;
 color: #999999;
 font-size: x-small;
 border: solid #999999;
 border-width: 1px 0 0 0;
 position: fixed;
 bottom: 0;
}


/* Imago Stuff */

.imago_thumbImg {
	border: 5px solid #333333;
}

.imago_selectedThumb {
	border: 5px solid #666666;
}

#imagoError {
	position: absolute;
	top: 50px;
	left: 50px;
	display: none;
	color: #FFFFFF;
}

#imagoThumbMenu {
	position: relative;
	left: 50px;
	top: 50px;
	width: 300px;
	height: 330px;
}
 
#imagoCurrentThumbTable {
	border-collapse: separate;
	border-spacing: 5px;
	margin: 5px;
	padding: 5px;
	outline: 5px;
}

#imagoCurrentImageTitle {
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0px;
	z-index:11;
}

#imagoGalleryTitle {
	text-align: left;
	font-size: small;
	font-weight: normal;
	font-family: verdana;
	color: #999999;
	padding: 5px;
	margin: 5px;
}

#imagoFrame {
	position: relative;
	margin-top: -300px;
	margin-left: 370px;
}

#imagoCurrentImageDiv {
	position: relative;
	top: 0px;
}

#imagoCurrentImg {
	border: 20px solid #333333;
}
.imagogallery{
    position: relative;
	top: 0px;
	left: 0px;

}

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

#imagoLoadingDiv, #imagoCurrentImageLoadingDiv {
	background: url('img/loading.gif') no-repeat center center;
	background-color: #000;
}
#imagoCurrentImageLoadingDiv {
	position: absolute;
	display: none;
	z-index:10;
}
a.imago_navNextImage, a.imago_navPreviousImage
{
	position: absolute;
	height: 100%;
	width: 10%;
	cursor: pointer;
	z-index:10;
	background: url('img/empty.gif') no-repeat center center;
}

a.imago_navNext, a.imago_navPrev
{
	position: absolute;
	height: 31px;
	width: 31px;
	cursor: pointer;
	z-index:10;
	background: url('img/empty.gif') no-repeat center center;
}

a.imago_navPreviousImage:focus, a.imago_navNextImage:focus {
  outline-style: none;
}

a.imago_navPrev {
	left: 30px;
	bottom: 0px;
	background: url('img/prevImg.png') no-repeat top left;
}

a.imago_navNext {
	right: 30px;
	bottom: 0px;
	background: url('img/nextImg.png') no-repeat top right;
}

a.imago_navNextImage:hover {
	background: url('img/nextImg.png') no-repeat center center;
}

a.imago_navNextImage {
	right: 20px;
	top: 0px;
}

a.imago_navPreviousImage {
	left: 20px;
	top: 0px;
}
a.imago_navPreviousImage:hover {
	background: url('img/prevImg.png') no-repeat center center;
}

