/* imagogallery css*/

.imago_thumbImg {
	padding:2px;
	border: 2px solid #EBEBEB;
}

.imago_selectedThumb {
	padding:2px;
	border: 2px solid gray;
}

#imagogallery{
	/*float:left;*/
	list-style:none;
}
#imagoError {
	position: absolute;
	top: 50px;
	left: 50px;
	display: none;
	color: #FFFFFF;
}

#imagoThumbMenu {
	position: relative;
	left: -35px;
	top: 0px;
	width: 300px;
	height: 410px;
}
 
#imagoCurrentThumbTable {
	border-collapse: separate;
	border-spacing: 5px;
	margin: 5px;
	padding: 5px;
	outline: 5px;
}

#imagoCurrentImageTitle {
	text-align: left;
	font-weight: bold;
	color: black;
	margin-top: 4px;
	z-index:11;
}

#imagoGalleryTitle {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	font-size: larger;
	font-weight: bold;
	color: black;
	margin-top:5px;
}

#imagoCurrentImageAnnee {
	font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align:right;
	margin-top:5px;
}

#imagoFiche {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	position: relative;
	margin-left: 290px;
}
#imagoCurrentImageDesc {
	font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align:justify;
}



#imagoFrame {
	position: relative;
	/*top: -500px;
	left: 400px;*/
	margin-top: -420px;
	margin-left: 290px;
	padding-left:6px;

}


#imagoCurrentImageDivWrapperMain {
/*float:left;*/
	position: relative;
	background: url('../images/shadowAlpha.png') no-repeat right bottom !important;
	padding:0px;
	margin:0px;
  padding-bottom:1px;
}
#imagoCurrentImageDivWrapper {
  /*display: block;*/
  position: relative;
  background-color: #fff;
  border: 1px solid gray;
  padding: 4px;
  padding-top:0px;
  margin: -6px 6px 5px -6px;
  }  
#imagoCurrentImageDiv{
position: relative;
}  
#imagoCurrentImageDiv img {
display: block;
position:relative;
  } 

.imagogallery{
    position: relative;
	/*top: 0px;
	left: 0px;*/
	vertical-align:top;

}

#imagoLoadingDiv {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:10;
	
	width: 100%;
	height: 100%;
}

#imagoCurrentImageLoadingDiv {
	background: url('../images/loading.gif') no-repeat center center;
	background-color: #000;
	position: absolute;
	display: none;
	z-index:10;
}
a.imago_navNextImage, a.imago_navPreviousImage
{
	position: absolute;
	height: 100%;
	width: 10%;
	cursor: pointer;
	z-index:10;
	background: url('../images/empty.gif') no-repeat center center;
}

a.imago_navNext, a.imago_navPrev
{
	position: absolute;
	height: 31px;
	width: 31px;
	cursor: pointer;
	z-index:10;
	background: url('../images/empty.gif') no-repeat center center;
}

a.imago_navPreviousImage:focus, a.imago_navNextImage:focus {
  outline-style: none;
}

a.imago_navPrev {
	left: 30px;
	bottom: 0px;
	background: url('../images/prevImg.png') no-repeat top left;
}

a.imago_navNext {
	right: 30px;
	bottom: 0px;
	background: url('../images/nextImg.png') no-repeat top right;
}

a.imago_navNextImage:hover {
	background: url('../images/nextImg.png') no-repeat center center;
}

a.imago_navNextImage {
	right: 20px;
	top: 23px;
	
}

a.imago_navPreviousImage {
	left: 20px;
	top: 23px;
}
a.imago_navPreviousImage:hover {
	background: url('../images/prevImg.png') no-repeat center center;
}