  /*
 * OU Styles for the Fancybox Gallery to improve the keyboard access. When Fancybox elements have focus (using keyboard or clicks), they are visibily different.
 *
 */

.fancybox-container button:focus:not([disabled]) {
	outline: none;
	color: #fff !important;
	background: #007095 !important;
}

.fancybox-container:focus img {
	border: 1px solid #007095 !important;
}