/* imagogallery css*/

.imago_thumbImg {
	border: 1px solid #000000; !important
}

.imago_selectedThumb {
	border: 1px solid #AAAAFF; !important
}

img.imago_loading {
	display: none;
}

.imago_error {
	display: none;
	color: #FFFFFF;
}

div.imago_thumbMenu {
	width: 100%;
	height: 266px;
	margin-bottom: 23px;
}
 
table.imago_currentThumbTable {
	border-collapse: collapse;
}

table.imago_currentThumbTable td {
	width: 133px;
	height: 133px;
}

div.imago_currentImage {
	padding-bottom: 0px;
}

div.imago_frame {
	margin: 18px;
	text-align: center;
}

div.imago_galleryTitle, div.imago_cititle { display: none; }

div.imago_currentImage {
	padding-top: 18px;
	text-align: center;
}

.imagogallery {
	width: 100%;
}

div.imago_loading {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	color: #FFFFFF;
}
a.imago_navNext, a.imago_navPrev
{
	position: absolute;
	height: 30px;
	width: 30px;
	cursor: pointer;
	z-index:10;
	background: url('img/empty.gif') no-repeat center center;
}
a.imago_navNext, a.imago_navPrev {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

a.imago_navPreviousImage:focus, a.imago_navNextImage:focus {
  outline-style: none;
}

a.imago_navPrev {
	left: 150px;
	top: 351px;
	background: url('img/prev.gif') no-repeat top left;
}

a.imago_navNext {
	left: 713px;
	top: 351px;
	background: url('img/next.gif') no-repeat top left;
}

a.imago_navNextImage:hover {
	background: url('img/nextImg.png') no-repeat center center;
}

a.imago_navNextImage {
	right: 15px;
	top: 0px;
}

a.imago_navPreviousImage {
	left: -15px;
	top: 0px;
}
a.imago_navPreviousImage:hover {
	background: url('img/prevImg.png') no-repeat center center;
}

.imago_downloadLink {
  text-align: right;
  width: 550px;
  background-color: black; }
.imago_downloadLink a {
  font-family: Tahoma, sans-serif;
  color: #888888;
  font-size: xx-small;
  padding-bottom: 10px;
}
