/* текст в рисунке */

#style_lightgallery_img_text { /* общий блок */
	position: relative;
	text-align:left;
	vertical-align:middle;
	float:left;
	margin: 3px;
}
 
/* стиль иконки до наведени курсора */
#style_lightgallery_img_text img {
    border: 3px solid transparent;
	margin-top: 5px;
	padding: 0px;
   }
/* стиль иконки при наведени курсора */
#style_lightgallery_img_text img:hover {
    border: 3px solid #808080;
	margin-top: 5px;
	padding: 0px;
}

#style_lightgallery_img_text:hover:after {content: none;}

#style_lightgallery_img_text figcaption {display: none;}
#style_lightgallery_img_text:hover figcaption { /* прозрачная область */
  display: block;
  position: absolute;
  bottom: 8px;
  left: 8px;
  right: 8px;
  padding: 0px;
  margin:0px;
  background: #E0E0E0;
  text-align:center;
  font-size: 75%;
  font-color: #000000;
  line-height: 1.3em;
  border: 0px solid #000000;
}

#style_lightgallery_img_text   a {
    color: #000000; /* Цвет ссылок */
   }
#style_lightgallery_img_text   a:visited {
    color: #000000; /* Цвет посещенных ссылок */
   }
#style_lightgallery_img_text   a:active {
    color: #000000; /* Цвет активных ссылок */
   }