@charset "utf-8";
/* CSS Document */

div#fancy_close {
 position:absolute;
 top: -12px;
 right: -12px;
 height: 23px;
 width: 23px;
 background: transparent url(closebox.png) ;
 cursor: pointer;
 z-index: 100;
 display: none;
}

.bordernone {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

img#fancy_img {
 position:none;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 border:0;
 padding: 0;
 @margin-top:-150px;
 z-index: 92;
 display:inline;
}


div#fancy_outer {
 position: absolute;
 top: 0;
 left: 0;
 z-index: 90;
 padding: 18px 18px 58px 18px;
 margin: 0;
 background:transparent;
 display:none;
 overflow: inherit;
}

div#fancy_inner {
 position: relative;
 width:100%;
 height:100%;
 border: 2px solid #F3C;
 background: #FFF;
}
