div#fancy_overlay{
	position:absolute;
	top:0;
	left:0;
	z-index:90;
	width:100%;
	background-color:#000;
}
div#fancy_loading{
	position:absolute;
	height:40px;
	width:40px;
	cursor:pointer;
	display:none;
	overflow:hidden;
	background:transparent;
	z-index:100;
}
div#fancy_loadingdiv{
	position:absolute;
	top:0;
	left:0;
	width:40px;
	height:480px;
	background:transparent url(fancy_progress.png) no-repeat;
}
div#fancy_close{
	position:absolute;
	top:-28px;
	right:-1px;
	width:14px;
	height:15px;
/*	background-image:url('../media/buttons/sluiten.gif');*/
	cursor:pointer;
	z-index:100;
	display:none;
}
a#fancy_close_link{
	display:block;
	width:14px;
	height:15px;
	background-image:url('../media/popup/kruisje.gif');
	background-position: top left;
}
a#fancy_close_link:hover{
	height:15px;
	background-image:url('../media/popup/kruisje.gif');
	background-position: bottom left;
}
div#fancy_content{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	z-index:96;
}
#fancy_frame{
	position:relative;
	width:100%;
	height:100%;
	display:none;
}
img#fancy_img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:92;
	border:1px solid #808080;
}
div#fancy_title{
	position:absolute;
	bottom:-35px;
	left:0;
	width:100%;
	z-index:100;
	display:none;
}
div#fancy_title table{
	margin:0 auto;
}
div#fancy_title div{
	color:#FFF;
	font:bold 12px Arial;
	padding-bottom:2px;
}
td#fancy_title_left{
	height:32px;
	width:15px;
	background:transparent url(fancy_title_left.png) repeat-x;
}
td#fancy_title_main{
	height:32px;
	background:transparent url(fancy_title_main.png) repeat-x;
}
td#fancy_title_right{
	height:32px;
	width:15px;
	background:transparent url(fancy_title_right.png) repeat-x;
}
div#fancy_outer{
	position:absolute;
	top:0;
	left:0;
	z-index:90;
	padding:35px 10px 38px 10px;
	/*border:1px solid #ccc;*/
	margin:0;
	overflow:hidden;
	background:none;
	display:none;
}
div#fancy_inner{
	position:relative;
	width:100%;
	height:100%;
	z-index:400;
/*	border:1px solid #ccc;
	background:#FFF;*/
}
a#fancy_left, a#fancy_right{
	position:absolute;
	bottom:0px;
	height:100%;
	width:35%;
	cursor:pointer;
	z-index:120;
	background-image:url(data:image/gif;base64,AAAA);
}
a#fancy_left{
	background:transparent url(/media/popup/vorige.gif) no-repeat 0% 100%;
	background-position:top left;
	height:20px;
	width:49px;
	left:0px;
	bottom:-28px;
}
a#fancy_right{
	background:transparent url(/media/popup/volgende.gif) no-repeat 100% 100%;
	background-position:top left;
	height:20px;
	width:74px;
	right:0px;
	bottom:-28px;
}
a#fancy_left:hover{
	background:transparent url(../media/popup/vorige.gif) no-repeat 0% 100%;
	background-position:bottom left;
	height:20px;
	width:49px;	
}
a#fancy_right:hover{
	background:transparent url(../media/popup/volgende.gif) no-repeat 100% 100%;
	background-position:bottom left;
	height:20px;
	width:74px;
}
#fancy_bigIframe, #fancy_freeIframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:10;
}
div#fancy_bg{
	/*display:none;*/
	background:white;
	width:100%;
	height:100%;
}	
div#fancy_nav {
	z-index:300;
}
div.fancy_bg{
	position:absolute;
	display:block;
	z-index:70;
}
div.fancy_bg_n{
	top:-35px;
	width:100%;
	height:35px;
	border-bottom: solid 1px #808080;
	background:white;
/*	background:transparent url(fancy_shadow_n.png) repeat-x;*/
}
div.fancy_bg_ne{
	position:absolute;
	display:block;
	top:0px;
	right:-2px;
	width:5px;
	height:5px;	
	background:transparent url(../media/popup/binnenrand_rond_ne.png) no-repeat top right;
	z-index:150;
	overflow:hidden;
}
div.fancy_bg_e{
	right:-13px;
	height:100%;
	width:12px;
	background: white;
	border-left:1px solid #808080;
/*	background:transparent url(fancy_shadow_e.png) repeat-y;*/
}
div.fancy_bg_se{
	bottom:-2px;
	right:-2px;
	width:5px;
	height:5px;	
	background:transparent url(../media/popup/binnenrand_rond_se.png) no-repeat bottom right;
	z-index:150;
}
* html div.fancy_bg_se{
	overflow:hidden;
}
div.fancy_bg_s{
	bottom:-39px;
	width:100%;
	height:37px;
	border-top: solid 1px #808080;
	background:white;
/*	background:transparent url(fancy_shadow_s.png) repeat-x;*/
}
div.fancy_bg_sw{
	bottom:-2px;
	left:0px;
	width:5px;
	height:5px;	
	background:transparent url(../media/popup/binnenrand_rond_sw.png) no-repeat bottom left;
	z-index:150;
}
* html div.fancy_bg_sw{
	overflow:hidden;
}
div.fancy_bg_w{
	left:-10px;
	height:100%;
	width:10px;
	background: white;
	border-right:1px solid #808080;
/*	background:transparent url(fancy_shadow_w.png) repeat-y;*/
}
div.fancy_bg_nw{
	top:0px;
	left:0px;
	width:5px;
	height:5px;	
	background:transparent url(../media/popup/binnenrand_rond_nw.png) no-repeat top left;
	z-index:150;
	overflow:hidden;
}
/*/////////////////////buitenrand//////////////////*/
div.fancy_bg_buiten{
	position:absolute;
	display:block;
	z-index:70;
}
div.fancy_bg_buiten_n{
	top:-38px;
	width:100%;
	height:38px;
/*	background:transparent url(fancy_shadow_n.png) repeat-x;*/
	background: green;
}
div.fancy_bg_buiten_ne{
	top:0px;
	right:0px;
	width:50%;
	height:35px;	
	background:transparent url(http://www.zuiltehuur.nl/media/popup/buitenkant_rond_ne.png) no-repeat top right;
	z-index:90;
}
div.fancy_bg_buiten_e{
	right:-13px;
	height:100%;
	width:13px;
/*	background:transparent url(fancy_shadow_e.png) repeat-y;*/
}
div.fancy_bg_buiten_se{
	bottom:0px;
	right:0px;
	width:50%;
	height:38px;	
	background:transparent url(../media/popup/buitenkant_rond_se.png) no-repeat bottom right;
	z-index:90;
}
div.fancy_bg_buiten_s{
	bottom:-18px;
	width:100%;
	height:18px;
/*	background:transparent url(fancy_shadow_s.png) repeat-x;*/
}
div.fancy_bg_buiten_sw{
	bottom:0px;
	left:0px;
	width:50%;
	height:38px;	
	background:transparent url(../media/popup/buitenkant_rond_sw.png) no-repeat bottom left;
	z-index:90;
}
div.fancy_bg_buiten_w{
	left:-13px;
	height:100%;
	width:13px;
/*	background:transparent url(fancy_shadow_w.png) repeat-y;*/
}
div.fancy_bg_buiten_nw{
	top:0px;
	left:0px;
	width:50%;
	height:35px;	
	background:transparent url(../media/popup/buitenkant_rond_nw.png) no-repeat top left;
	z-index:90;
}
