/* imagogallery css*/
body {
	background-color: #242424;
	color: #000000;
	margin: 0px;
}

.imago_thumbImg {
	border: 1px solid #000000;
	
}

.imago_selectedThumb {
	border: 1px solid #FFFFFF;
}

img.imago_loading {
	position: absolute;
	top: 40px;
	left: 40px;
	display: none;
}

.imago_error {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	color: #FFFFFF;
}

div.imago_thumbMenu {
	  position: relative;
	  margin-left:350px;
	  width: 330px;
	height: 300px;
	margin-top:0px;
	
}
 
table.imago_currentThumbTable {
	margin-left: 11%;
	margin-right: 11%;
	width: 200px;
}

div.imago_currentImage {
	padding-bottom: 0px;
}

div.imago_cititle {
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}

 div.imago_galleryTitle {
	text-align: center;
	font-size: larger;
	font-weight: bold;
	font-family: monospace;
	color: #FFFFFF;
}

div.imago_frame {
	position: absolute;
	top: 0px;
	left:0px;
	margin: 0px;
}

div.imago_currentImage {
  position: relative;
	border: 1px solid #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
.imagogallery {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.imago_shoppinginfo {
	font-size: 8pt;
}

div.imago_loading {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	color: #FFFFFF;
}
a.imago_navNext, a.imago_navPrev, a.imago_navNextImage, a.imago_navPreviousImage
{
	position: absolute;
	margin-top:435px;
	height: 10%;
	width: 10%;
	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_navNext, a.imago_navPrev {
	filter:alpha(opacity=20);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
a.imago_navPrev {
	left: 130px;
	top: 90px;
	background: url('img/prev.gif') no-repeat bottom left;
}

a.imago_navNext {
	right: 160px;
	top: 90px;
	background: url('img/next.gif') no-repeat bottom right;
}

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

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

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

.imago_downloadLink {
  background-color: #ffffff;
}
.imago_downloadLink a {
  color: #ffffff;
  font-size: xx-small;
  font-size:1px;
  border-left:900px;
  padding-top:900px;
}

