
img.mark_active {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  cursor: pointer;
  opacity: 1 !important;
}
img.mark_passive {
  filter:  grayscale(0); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(0); /* Google Chrome & Safari 6+ */
  cursor: pointer;
}
img.mark_passive:hover {
opacity: 1;
}
/**/
.fn_caption {height: 17px;padding: 5px 5px 0px 5px;font-weight: bold;overflow: hidden;text-overflow: ellipsis;color: #4876BD !important;text-shadow: 1px 1px 0px rgb(255, 255, 255);background: rgba(255, 255, 255, 0.35);margin-top: 10px;
}

.fn_link {
  text-align: right;
  font-size: 10pt;
  color: #000000 !important;
}
.fn_link a {
 color: #A43FAB !important; text-decoration: none;
}
.fn_link a:hover {
  color: #EC0EFC !important;
}

