<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Arial;
	font-size: 12px;
	height: 100%;
	line-height: 1.5;
}

a img { border:0; }
a { text-decoration:underline; }
a:hover { text-decoration:none; }

h1 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
	color:#1c2b3d;
	line-height: 1.3;
	margin-top: 0;
}
h2, h3, h4, h5, h6 {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3;
	margin: 22px 0px 12px 0px;
}
p {
	margin: 16px 0px;
	line-height: 1.5;
}
p span {
	line-height: 1.5;
}
iframe,
img {
	max-width: 100%;
	height: auto !important;
}
.clear {
	clear:both;
}
div#wrapper {
	min-width: 320px;
	min-height: calc(100% - 41px);
}
div#header {
	position: relative;
	max-width: 960px;
	margin: 0px auto;
	z-index: 9000;
}

.container {
	max-width: 960px;
	margin: 0 auto;
}
div#logo {
	position: relative;
	z-index: 1;
	padding: 10px 10px 0;
}
.container &gt; div#logo {
	padding: 0;
	margin: 20px 0 0 20px;
	display: block;
}
.container &gt; div#logo &gt; a {
	display: inline-block;
}
div#menu &gt; .container &gt; span {
	display: none;
}
div#menu &gt; .container ul {	
	list-style: none;
	margin: 0;
	padding: 0;
}
div#menu &gt; .container ul &gt; li &gt; a {
	padding: 16px 20px;
	line-height: 1.4;
	display: block;
	white-space: nowrap;
}
div#menu &gt; .container ul &gt; li &gt; a:hover {

}
div#menu &gt; .container &gt; ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0px 5px;
}
div#menu &gt; .container &gt; ul &gt; li {
	position: relative;
	flex: 0 1 auto;
}
div#menu &gt; .container &gt; ul ul {
	position: absolute;
	display: none;
	min-width: 100%;
	left: 0px;
	top: 100%;
    z-index: 1;
}
div#menu &gt; .container &gt; ul &gt; li:hover ul {
	display: block;
}
div#menu &gt; .container &gt; ul ul li {
	display: block;
}
div#menu &gt; .container ul ul li &gt; a {
	padding: 12px 20px;
}
/**/
/*
div#menu &gt; .container {
	display: block;
	padding: 10px 0px;
	height 41px;
}
div#menu &gt; .container &gt; ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
div#menu &gt; .container &gt; ul &gt; li {
	position: relative;
	float: left;
	margin-left: 10px;
}
div#menu &gt; .container &gt; ul &gt; li &gt; a {
	display: block;
	height: 34px;
	padding: 0px 10px;
	line-height: 34px;
	text-decoration: none;
	font-weight: bold;
}
div#menu &gt; .container &gt; ul ul {
	position: absolute;
	display: none;
	min-width: 226px;
	padding:0px;
	margin: 0px;
	list-style: none;
	left: 0px;
	top: 34px;
}
div#menu &gt; .container &gt; ul li:hover ul {
	display: block;
}
div#menu &gt; .container &gt; ul ul li {
	display: block;
}
div#menu &gt; .container &gt; ul ul li a {
	display: block;
	line-height: 1.2em;
	padding: 5px 20px;
	text-decoration: none;
}
div#menu &gt; .container &gt; ul ul li a:hover {
	text-decoration: underline;
}
/**/
/* Slider */
div#slider {
	position:relative;
	width:100%;
	min-height: 300px;
	margin: 0px auto;
	z-index: 5000;
	overflow: hidden;
}
div#slider &gt; div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
div#slider ul {
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	z-index:1;
}
div#slider ul li {
	/*float: left;*/
	width: 100%;
	height:100%;
	overflow: hidden;
}
div#slider ul li span {
	display: block;
}
div#slider ul li img {
	/*float:left;*/
	width: 100%;
}
div#slider ul li &gt; div {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
}
div#slider ul li &gt; div &gt; .container {
	max-width: 960px;
	height: 100%;
	margin: 0 auto;
	color: #fff;
	padding: 100px 40px 40px;
	display: flex;
	align-items: center;
	text-shadow: 0 0 15px rgba(0,0,0,0.2);
	box-sizing: border-box;
}
div#slider p span {
	line-height: 1.2;
}
div#slider ol {
	position:absolute;
	bottom:0;
	right:0;
	padding:0 12px 12px 0;
	list-style: none;
	margin: 0px;
	z-index:2;
}
div#slider ol li {
	width:13px;
	height:13px;
	display:block;
	/*background: url('/images/dot.png') center no-repeat;*/
	background-color: #aaaaaa;
	border-radius: 50%;
	float:left;
	margin: 0 0 0 10px;
	padding: 0px;
	cursor: pointer;
}
div#slider ol li.cycle-pager-active {
	/*background: url('/images/dot2.png') center no-repeat;*/
	background-color: #eeeeee;
	border-radius: 50%;
}
/* End Slider */

/* Content */
div#content {
	position: relative;
	max-width:960px;
	margin: 0px auto;
	display: flex;
}
div#contents {
	min-height: 500px;
	padding: 40px;
	flex: 1 1 680px;
	position:relative;
	box-sizing: border-box;
}/*
div#info-block + div#contents{
	width: 680px;
}
div#info-block-back {
	position: absolute;
	width: 280px;
	height: 100%;
	right: 0px;
	top: 0px;
}*/
div#info-block {
	position:relative;
	width: 280px;
	margin: 48px 0;
	flex: 0 1 280px;
}
div#info-image {
	width: 280px;
}
div#info-image img {
	display: block;
}
div#info-block div.info-block-inner {
	padding:22px;
	width:235px;
}
/* End Content */

/* Footer */
div#footer {
	position: relative;
	max-width: 960px;
	margin: 0px auto;
	padding: 16px 20px;
	min-height: 20px;
	box-sizing: border-box;
}
/* End Footer */

/***********
* Custom forms
*/

.form{
	border: 0px;
	padding: 0;
	margin: 0;
}

.input_wrapper {
	width: 600px;
	float: left;
}

.input_wrapper .text {
	margin: 0px;
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #ABADB3;
	color: #666;
	box-sizing: border-box;
}
.input_wrapper textarea{
	margin: 0px;
	height: 100px;
	padding: 6px 8px;
	width: 100%;
	color: #666;
	border: 1px solid #ABADB3;
}
.input_wrapper div.label {
	font-weight: normal;
	width: 250px;
	line-height: 30px;
	float: left;
}

.input_wrapper div {
	float: left;
	padding-top: 11px;
	width: calc(100% - 250px);
}

.error, .formuliererror{
	color: #ff0000;
	font-weight: normal;
}

.input_wrapper .submit{
	color: #1C2B3D;
	border: 1px;
	border-style: solid;
	width: 100px;
	height: 40px;
	float: right;
	margin-right: 0;
	cursor: pointer;
	border: 0;
	font: 14px Arial;
}

.input_wrapper .optioneel { color: #AAA; }
.input_wrapper select { margin: 0px; height: 28px; width: 260px; padding: 4px; border: 1px solid #ABADB3; }
/*
* Formulieren wizard
*/
.wizard_text, .wizard_block { padding-left: 10px; position: absolute; }
.wizard_text { top: 0px; font-size: 13px; }
.wizard_text .active { color: #0094DC; font-weight: bold; }
.wizard_text .inactive { color: #777; }
.wizard_block { top: 23px; height: 14px; }
.wizard_block_inactive { background-color: #777; }
.wizard_block_active { background-color: #0094DC; }


/* Nieuws Items */
div#nieuws{
	margin-top: 20px;
}

div#nieuws ul{
	list-style:none;
}

div#nieuws ul li{
	margin: 0;
}
/* End Nieuws Items */

/* Fotoalbum */
ul.fotoalbum {
	list-style: none;
	margin: 20px -20px 20px 0px;
	padding: 0px;
	float: left;
}
ul.fotoalbum li {
	margin: 0px 20px 20px 0px;
	float: left;
	width: 140px;
	height: 200px;
}
ul.fotoalbum li a {
	text-decoration: none;
}
ul.fotoalbum li em {
	display: block;
	height: 50px;
	padding: 10px 0px 0px 16px;
	font-style: normal;
}
ul.fotoalbum li span {
	display: block;
	width: 140px;
	height: 140px;
	line-height: 140px;
}
ul.fotoalbum li span img {
	width: 140px;
	height: 140px;
	line-height: 140px;
}
div.fotoalbum-bar {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 5px 0 5px 0;
	text-align: right;
	line-height: 26px;
	color: #888;
}
div.fotoalbum-bar select {
	float: right;
	width:160px;
	border: 1px solid #DDDDDD;
	padding: 3px;
	background-color: #EEE;
	color: #444;
	margin-left: 10px;
	outline: none;
}
ul.fotoalbum li em {
	background: #eee;
}
ul.fotoalbum li a:hover em {
	background: #f94d1d;
	color: #fff;
}

.fotoalbum-foto {
	float: left; padding:3px; width: 120px; margin-right: 10px; margin-bottom: 10px; height: 120px; border: 1px solid #ccc;
}
.fotoalbum-foto:hover {
	border: 1px solid #000;
}
.fotoalbum-foto img {
	margin-right: 10px;
	height: 140px;
	width: 140px;
}
/* End Fotoalbum */

/* Begin News */
.news_overview {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

	.news_overview &gt; li {
		border-bottom: 1px dashed gray;
		min-height: 130px;
	}
		.news_overview &gt; li &gt; div {
			float: right;
			width: 400px;
		}
		
			.news_overview &gt; li &gt; div &gt; h3 {
				margin-top: 0;
			}
		
		.news_overview &gt; li &gt; div:first-child {
			float: left;
			margin-right: 15px;
			width: 201px;
			height: 114px;
		}
		
		.nieuws-published {
			display: block;
		}
		
		.nieuws-thumb {
			float: left;
			margin: 7px 10px 0 0;
		}

.content-nav {
	margin-top: 20px;
}

.content-nav &gt; ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

	.content-nav &gt; ol &gt; li {
		float: left;
		border: 1px solid #555;
		margin-right: 5px;
	}
	
		.content-nav &gt; ol &gt; li &gt; a {
			display: block;
			line-height: 30px;
			padding: 0 10px;
			color: #555;
			text-decoration: none;
		}
		
		.content-nav &gt; ol &gt; li &gt; a:hover, .content-nav &gt; ol &gt; li.active &gt; a{
			background-color: #555;
			color: white;
		}
/* End News */

body div.clear {
	clear: both;
	float: none;
	display: block;
	height: 1px;
}
@media only screen and (max-width: 1023px){

	div#slider p span {
		font-size: 36px !important;
	}

}
@media only screen and (max-width: 800px){
	.container {
		width: auto
	}
	div#wrapper {
		min-height: initial;
	}
	div#header {
		width: auto;
	}
	/*
	#logo, #logo * {
		width: 100%;
		height: auto;
	}*/
	div#content {
		width: auto;
		flex-direction: column !important;
	}
	div#contents {
		min-height: 0px;
		float: none;
		width: auto;
		padding: 30px;
		flex-basis: auto;
	}
	div#info-block {
		float: none;
		width: auto;
		flex-basis: auto;
	}
	div#info-block div.info-block-inner {
		width: auto;
	}
	div#info-image {
		width: auto;
	}
	div#info-image img {
		width: 100%;
		height: auto;
	}
	div#footer {
		width: auto;
		height: auto;
	}
	.menu-fixed div#menu {
		position: fixed;
		top: 0;
		bottom: initial;
		width: 100%;
		z-index: 6000;
	}
	.menu-fixed div#slider {
		margin-bottom: 64px;
	}
	div#menu &gt; .container &gt; span {
		display: block;
		padding: 32px;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		width: 36px;
		margin: 0 auto;
		position: relative;
		box-sizing: border-box;
		overflow: hidden;
	}
	div#menu &gt; .container {
		position: relative;
		width: 100%;
	}
	div#menu &gt; .container &gt; ul {
		display: none;
		width: 100%;
		position: absolute;
		left: 0;
		top: 100%;
		flex-direction: column;
		padding: 0;
	}
	.menu_open div#menu &gt; .container &gt; ul {
		display: block;
	    -webkit-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.25);
	    -moz-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.25);
	    box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.25);
	}
	div#menu &gt; .container &gt; ul li {
		margin: 0;
		width: 100%;
	}
	div#menu &gt; .container &gt; ul li &gt; a {
		padding: 15px 60px 15px 10px;
	}
	div#menu &gt; .container &gt; ul li:hover ul {
		display: none;
	}
	div#menu &gt; .container &gt; ul ul {
		display: none;
		position: relative;
	}
	div#menu &gt; .container &gt; ul li.submenu.open ul {
		display: block;
	}
	div#menu &gt; .container &gt; ul &gt; li.submenu &gt; span {
	    display: block;
	    position: absolute;
	    top: 7px;
	    right: 10px;
	    width: 36px;
	    height: 36px;
	    z-index: 1;
	}
	div#menu &gt; .container &gt; ul &gt; li.submenu &gt; span:before,
	div#menu &gt; .container &gt; ul &gt; li.submenu &gt; span:after {
	    content: '';
	    display: block;
	    background-color: #5197cc;
	    position: absolute;
	}
	div#menu &gt; .container &gt; ul &gt; li.submenu &gt; span:before {
	    width: 16px;
	    height: 2px;
	    margin: 17px 0 0 8px;
	}
	div#menu &gt; .container &gt; ul &gt; li.submenu &gt; span:after {
	    width: 2px;
	    height: 16px;
	    margin: 10px 0 0 15px;
	}
	div#menu &gt; .container &gt; ul &gt; li.submenu.open &gt; span:after {
		display: none;
	}
	div#menu &gt; .container &gt; ul &gt; li.submenu a.active + span:before,
	div#menu &gt; .container &gt; ul &gt; li.submenu a.active + span:after {
	    background-color: #fff;
	}
	/*
	div#menu {
		position: relative;
		width: 100%;
		position: absolute;
		bottom: 0px;
	}
	div#menu.fixed {
		position: fixed;
		top: 0px;
		bottom: initial;
	}
	div#menu &gt; span {
		display: block;			   
		padding: 0px;					
		text-decoration: none;
		font-weight: bold;
		text-align: center;
		position: relative;
		margin: 0 auto;
		width: 64px;
		height: 64px;
		line-height: 64px;
	}/*
	div#menu &gt; ul {
		display: none;
		position: absolute;
		left: 0px;
		top: 64px;
		background: #fff;
		width: 100%;
	}
	div#menu &gt; ul &gt; li.submenu.open ul {
		display: block;
	}
	div#menu &gt; span.open + ul {
		display: block;
	}
	div#menu &gt; ul &gt; li {
		float: none;
		margin: 0px;
	}
	div#menu &gt; ul &gt; li &gt; a {
		padding: 15px 60px 15px 10px;
		height: auto;
		line-height: 1.4;
	}
	div#menu &gt; ul li:hover ul {
		display: none;
	}
	div#menu &gt; ul ul {
		display: none;
		position: static;
		min-width: 0px;
	}
	
	div#menu &gt; ul ul li a {
		padding: 8px 10px 8px 30px;
	}
	.menu_open div#menu &gt; span + ul {
		display: block;
	    -webkit-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.25);
	    -moz-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.25);
	    box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.25);
	}
	div#menu &gt; ul &gt; li.submenu &gt; span {
	    display: block;
	    position: absolute;
	    top: 7px;
	    right: 10px;
	    width: 36px;
	    height: 36px;
	    z-index: 1;
	}
	div#menu &gt; ul &gt; li.submenu &gt; span:before {
	    content: '';
	    display: block;
	    width: 16px;
	    height: 2px;
	    margin: 17px 0 0 8px;
	    background-color: #5197cc;
	    position: absolute;
	}
	div#menu &gt; ul &gt; li.submenu &gt; span:after {
	    content: '';
	    display: block;
	    width: 2px;
	    height: 16px;
	    margin: 10px 0 0 15px;
	    background-color: #5197cc;
	    position: absolute;
	}
	div#menu &gt; ul &gt; li.submenu.open &gt; span:after {
		display: none;
	}
	div#menu &gt; ul &gt; li.submenu a.active+span:before,
	div#menu &gt; ul &gt; li.submenu a.active+span:after {
	    background-color: #fff;
	}	
	/**/
	.input_wrapper {
		float: none;
		width: auto;
	}
	.input_wrapper div.label {
		float: none;
		width: auto;
		line-height: 21px;
		padding: 5px 0px 4px 0px;
	}
	.input_wrapper div {
		float: none;
		width: auto;
	}
	.input_wrapper .text {
		height: auto;
		line-height: 1.5px;
		width: 100%;
		padding: 8px 10px;
		box-sizing: border-box;
	}
	.input_wrapper textarea {
		height: 106px;
		line-height: 1.5;
		padding: 8px 10px;
		width: 100%;
		box-sizing: border-box;
	}
	.input_wrapper .submit {
		margin-right: 0;
	}
	div#menu &gt; .container &gt; span &gt; span, 
	div#menu &gt; .container &gt; span:after, 
	div#menu &gt; .container &gt; span:before {
		position: absolute;
		left: 20%;
		right: 20%;
		background: #f0f;
		height: 3px;
	}
	div#menu &gt; .container &gt; span:after, 
	div#menu &gt; .container &gt; span:before {
		content: '';
	}
	div#menu &gt; .container &gt; span:after {
		bottom: 19px;
	}
	div#menu &gt; .container &gt; span &gt; span {
		font-size: 0;
		top: calc(50% - 2px);
	}
	div#menu &gt; .container &gt; span:before {
		top: 18px;
	}
	div#menu &gt; .container &gt; span.open:after {
		display: none;
	}
	div#menu &gt; .container &gt; span.open &gt; span {
		left: 26%;
    	right: 26%;
    	top: 30px;
		-ms-transform: rotate(45deg);
	    -webkit-transform: rotate(45deg);
	    transform: rotate(45deg);
	}
	div#menu &gt; .container &gt; span.open:before {
		left: 26%;
    	right: 26%;
    	top: 30px;
		-ms-transform: rotate(-45deg);
	    -webkit-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	}
	fieldset {
		padding: 0;
		margin: 0;
	}
	table {
		width: 100%!important;
		height: auto!important
	}
	img {
		height: auto!important
	}
	div#slider p span {
		font-size: 26px !important;
	}
}

@media only screen and (max-width: 500px){

	div#slider ul li &gt; div &gt; .container {
		padding-left: 20px;
		padding-right: 20px;
	}
	div#slider p span {
		font-size: 22px !important;
	}

}
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/js/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 5101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 5102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 5101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('/js/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 5103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('/js/fancybox/blank.gif');
	z-index: 5102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 5102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

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

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 5001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/js/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/js/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/js/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/js/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/js/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('/js/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('/js/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('/js/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }</pre></body></html>