/* imagogallery css*/

.imago_thumbImg {
border: 5px solid #1f591a;
}

.imago_selectedThumb {
border: 5px solid #a69046;
}

img.imago_loading {
position: absolute;
top: 20px;
left: 20px;
display: none;
}

.imago_error {
display: none;
color: #000000;
}

div.imago_thumbMenu {
padding-top: 360px;
}
div.imago_thumbMenu a {
text-decoration: none;
}
 
table.imago_currentThumbTable {
width: 400px;
margin-left: 40px;
text-decoration: none;
}

div.imago_currentImage {
padding-bottom: 0px;
}

div.imago_cititle {
text-align: center;
font-weight: bold;
color: #000000;
}

 div.imago_galleryTitle {
text-align: center;
font-size: 16px;
font-weight: bold;
font-family: monospace;
color: #000000;
}

div.imago_frame {
margin: 40px;
}

div.imago_currentImage {
position: absolute;
top: 0;
border: 20px solid #1f591a;
margin-top: 20px;
margin-right: 20px;
}
#imagogallery {
position: relative;
}
#imagogallery a {
text-decoration: none;
}
#imagogallery.imagogallery a {
text-decoration: none;
}
.imagogallery {
width: 100%;
height: 100%;
}

.imago_shoppinginfo {
font-size: 8pt;
}

div.imago_loading {
width: 100%;
height: 100%;
background-color: #000000;
color: #000000;
}
a.imago_navNext, a.imago_navPrev, a.imago_navNextImage, a.imago_navPreviousImage {
height: 100%;
width: 10%;
cursor: pointer;
z-index:10;
background: url('img/empty.gif') no-repeat center center;
text-decoration: none;
}
a.imago_navNext, a.imago_navPrev {
	filter:alpha(opacity=20);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

a.imago_navPreviousImage:focus, a.imago_navNextImage:focus {
  outline-style: none;
  text-decoration: none;
}

a.imago_navPrev {
	left: 0;
	top: 0;
	background: url('img/prev.gif') no-repeat top left;
	text-decoration: none;
}

a.imago_navNext {
	right: 0;
	top: 0;
	background: url('img/next.gif') no-repeat top right;
	text-decoration: none;
}

a.imago_navNextImage:hover {
	background: url('img/nextImg.png') no-repeat center center;
	text-decoration: none;
}

a.imago_navNextImage {
	right: 0px;
	top: 0px;
	text-decoration: none;
}

a.imago_navPreviousImage {
	left: 0px;
	top: 0px;
	text-decoration: none;
}
a.imago_navPreviousImage:hover {
	background: url('img/prevImg.png') no-repeat center center;
	text-decoration: none;
}

.imago_downloadLink {
  float: right;
  background-color: #000000;
  display: none;
}
.imago_downloadLink a {
  color: #FFFFFF;
  font-size: xx-small;
}
