.fancybox-custom .fancybox-skin {
	background: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.fancybox-custom .fancybox-nav {
	height: auto;
	width: auto;
}
	.fancybox-custom .fancybox-nav span { display: none; }
.fancybox-custom .fancybox-close {
	background: #fff url(../images/button-close-sm.jpg) no-repeat center center;
	width: 50Px;
	height: 50Px;
	left: 80Px;
	top: -25Px;
	padding-bottom: 5Px;
	border-bottom: 4Px solid #AAAAAA;
}
.fancybox-custom .fancybox-next {
	background: #fff url(../images/button-next-sm.jpg) no-repeat center center;
	width: 50Px;
	height: 50Px;
	right: 40Px;
	top: -25Px;
	padding-bottom: 5Px;
	border-bottom: 4Px solid #AAAAAA;
}
.fancybox-custom .fancybox-prev {
	background: #fff url(../images/button-prev-sm.jpg) no-repeat center center;
	width: 50Px;
	height: 50Px;
	right: 100Px;
	left: auto;
	top: -25Px;
	padding-bottom: 5Px;
	border-bottom: 4Px solid #AAAAAA;
}
.fancybox-custom .fancybox-outer { padding-top: 120Px; }
.fancybox-custom .modal-box { padding: 0 80Px 80Px; }
	.modal-box h3 {
		color: #66B04A;
		font-family: "Verb Extralight";
		font-size: 60Px;
		line-height: 120%;
	}
	.modal-box p {
		color: #323333;
		font-family: "MuseoSans Light";
		font-size: 16Px;
		line-height: 120%;
	}

@media screen and (max-width: 600Px) {
	.fancybox-custom .fancybox-close { top: -10Px; left: 55Px; }
	.fancybox-custom .fancybox-outer { padding-top: 80Px; }
	.fancybox-custom .modal-box { padding: 0 40Px 40Px; }
}
