/* imagogallery css*/


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

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

#imagoError {
	position: absolute;
	top: 50px;
	left: 50px;
	display: none;
	color: #24000;
    _color: #87cceb;  }

#imagoThumbMenu {
	position: relative;
	top: 425px;
    width: 910px;
	height: 94px;
   }

#imagoCurrentThumbTable {
	border-collapse: separate;
    width: 900px;
     text-align:center;
}

#imagoFrame {
	position: relative;
    float:left;
   margin-top: -94px;
	margin-left: 0px;
}

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

#imagoCurrentImg {
	border: 1px solid #ffffd5;
}
.imagogallery{
    position: relative;
    _margin-top: -30px;
	top: 0px;
	left: 0px;
}

#imagogallery {
_ margin-bottom: -20px;
}


#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: #240000;
}
#imagoCurrentImageLoadingDiv {
	position: absolute;
	display: none;
	z-index:10;
}

