/* imagogallery css*/
.imagogallery {clear:both; height:490px; overflow:hidden; padding-top:7px;}

h3 {text-transform:none;}

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

#imagoThumbMenu {
float:right;
	width: 225px;
}

.imago_thumbFormat {width:64px; height:64px; overflow:hidden; border:2px #000000 solid; cursor:pointer; text-align:center;}
 
#imagoCurrentThumbTable {
	border-collapse: separate;
	border-spacing: 5px;
	outline: 5px;
	float:right;
	position:relative;
	top:-90px;
width:100%;
height:100%;
}

#imagoCurrentImageTitle {
	color:#999999;
font-weight:bold;
margin:10px;
position:absolute;
text-align:left;
z-index:1;
}

#imagoGalleryTitle {
display:none;
}

#imagoLoadingDiv {
display:none;
}

#imagoCurrentImageLoadingDiv {
	display:none;
}

#imagoCurrentImageDiv {
	position: relative;
	top: 0px;
	float:left;
	border: 5px solid #000000;
}

a.imago_navNextImage, a.imago_navPreviousImage
{
	position: absolute;
	height: 100%;
	width: 15%;
	cursor: pointer;
	z-index:10;
	background: url('img/empty.gif') no-repeat center center;
}

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

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

a.imago_navPrev {
float:left;
	background: url('img/prev.gif') no-repeat center left;
}

a.imago_navNext {
float:right;
	background: url('img/next.gif') no-repeat center right;
}

a.imago_navNextImage {right:0px;}

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

a.imago_navPreviousImage:hover {
	background: url('img/prevImg.gif') no-repeat left center;
}
.imago_selectedThumb {
border: 2px solid #c60;
width:64px; height:64px; overflow:hidden; 
cursor:pointer;
text-align:center;
}

.imago_thumbImg {height:64px;}
#content {width:100%;}
