﻿/* Fancybox */
.fancybox-skin {
    border: 2px solid #a9c9d7;
    border-radius: 2px;
}
a.fancybox-close {
    background-image: none;
    color: #585858;
    display: block;
    border: 2px solid #a9c9d7;
    border-radius: 50%;
    background-color: #fff;
    text-decoration: none;
    line-height: 32px;
    text-align: center;
    font-weight: 500;
}
a.fancybox-close::after {
    content: 'X';
    font-size: 15px;
}
a.fancybox-close:hover {
    background-color: #eeefef;
}

.fancybox-nav {
	top: 50%;
	width: 100px;
	height: 100px;
	margin-top: -50px;
}

.fancybox-nav span {
	visibility: visible;
}
