
#fancybox-close {
    width: 36px;
    height: 36px;
    right: -36px;
    top: -36px;
	font-size: 14px;
    text-align: center;
	background: none;
	z-index: 1104;
	text-decoration: none;
}
	#fancybox-close:after {
		content: '\00d7';
		width: 100%;
		height: 100%;
		line-height: 36px;
		display: block;
		text-align: center;
		font-size: 34px;
		font-weight: 300;
		color: #000000;
	} 

	#fancybox-close:hover { text-decoration: none; border-bottom: none; }

#fancybox-outer { background: #FFFFFF; }
#fancybox-content { border-color: #FFFFFF; }

#fancybox-left,#fancybox-right { z-index: 1103;}

#fancybox-left-ico
, #fancybox-right-ico {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 30px;
    text-align: center;
    color: #000000;
    background: none;
    text-decoration: none;
}

	#fancybox-left span 
	,#fancybox-left:hover span 
	{ left: -36px;}
	#fancybox-right span 
	,#fancybox-right:hover span 
	{ left: auto; right: -36px;}

	#fancybox-left-ico:after 
	,#fancybox-right-ico:after 
	{ 
		content: ''; 
		width: 14px;
		height: 14px;
		margin: 0 auto;
		display: block;
		position: relative;
		/*left: 50%;*/
		top: 50%;
		-webkit-transform: rotate(45deg);
		   -moz-transform: rotate(45deg);
		    -ms-transform: rotate(45deg);
		     -o-transform: rotate(45deg);
		        transform: rotate(45deg); 
	}
	#fancybox-left-ico:after { border-bottom: 2px solid #000000; border-left: 2px solid #000000; }
	#fancybox-right-ico:after { border-top: 2px solid #000000; border-right: 2px solid #000000; }
		.no-csstransforms #fancybox-left-ico:after { content: '\2039'; }
		.no-csstransforms #fancybox-right-ico:after { content: '\203A'; }

#fancybox-title.fancybox-title-inside { padding-bottom: 0; }
#fancybox-title-inside {
    line-height: 1.46;
    padding: 5px;
	margin: 0;
	font-family: "Lato",Arial,Helvetica,sans-serif;
	font-size: 15px;
    font-weight: 300;
}

.fancybox-bg { display: none; }
