/* imagogallery css*/
/*cat b*/
.imago_thumbImg {
	border: 1px solid #ffbfdf;
	margin: 5px 0px 5px 7px;
}

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

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

#imagoThumbMenu {
	position: relative;
	left: 0px;
	top: 440px;
	width: 750px;
	height: 130px;
	     /*border: 1px solid #000;*/
}
 
#imagoCurrentThumbTable {
	margin: 0px 0px 0px 5px;
	/*border-collapse: separate;
	border-spacing: 5px;
	margin: 5px;
	padding: 5px;
	outline: 5px;*/
}

#imagoCurrentImageTitle {
	text-align: right;
	margin-top: 0px;
	z-index:11;
	background-color: #f4e1df;
	padding: 5px 5px 5px 5px;
	font-size: 12px;
	font-weight: bold;
}

#imagoGalleryTitle {
	color: #fff;
	font-size: 14px;
}

#imagoFrame {
	position: relative;
	margin-top: -130px;
	margin-left: 17px;
	     /*border: 1px solid #000;*/
}

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

#imagoCurrentImg {
	/*border: 20px solid #000;*/
}
.imagogallery {
    position: relative;
	top: 0px;
	left: 0px;
	height: 570px;
	     /*border: 1px solid #000;*/
}

#imagoLoadingDiv {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	width: 100%;
	height: 100%;
}

#imagoLoadingDiv, #imagoCurrentImageLoadingDiv {
	background: url('../images/icons/loading.gif') no-repeat center center;
	background-color: #333;
}
#imagoCurrentImageLoadingDiv {
	position: absolute;
	display: none;
	z-index:10;
}
/*BUTTONS ON IMAGES*/
a.imago_navPreviousImage, a.imago_navPrev {
	position: absolute;
	height: 100%;
	width: 10%;
	cursor: pointer;
	z-index: 10;
	background: url('../images/icons/previous.gif') no-repeat bottom center;
	/*display no tab*/
	/*background: url('../images/icons/empty.gif') no-repeat center center;*/
}

a.imago_navNextImage, a.imago_navNext {
	     /*border: 1px solid #000;*/
	position: absolute;
	height: 19px;
	width: 150px;
	cursor: pointer;
	z-index: 10;
	background: url('../images/icons/next.gif') no-repeat bottom center;
	/*display no tab*/
	/*background: url('../images/icons/empty.gif') no-repeat center center;*/
}

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

/*BUTTONS ON THUMB MENU*/
a.imago_navPrev {
	     /*border: 1px solid #000;*/
	left: 16px;
	bottom: 0px;
	background: url('../images/icons/previous.gif') no-repeat bottom left;
	height: 19px;
	width: 150px;
}
a.imago_navPrev:hover { background: url('../images/icons/previous2.gif') no-repeat bottom left; }
a.imago_navNext {
	     /*border: 1px solid #000;*/
	right: 0px;
	bottom: 0px;
	background: url('../images/icons/next.gif') no-repeat bottom center;
	height: 19px;
	width: 150px;
}
a.imago_navNext:hover { background: url('../images/icons/next2.gif') no-repeat bottom center; }
	
a.imago_navNextImage:hover {
	     /*border: 1px solid #000;*/
	background: url('../images/icons/next2.gif') no-repeat bottom center;
}

a.imago_navNextImage {
	width: 110px;
	right: 0px;
	top: 0px;
	     /*border: 1px solid #000;*/
}

a.imago_navPreviousImage {
	width: 110px;
	left: 0px;
	top: 0px;
	     /*border: 1px solid #000;*/
}
a.imago_navPreviousImage:hover {
	     /*border: 1px solid #000;*/
	background: url('../images/icons/previous2.gif') no-repeat bottom center;
}