div#fancy_overlay {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	background-color: #333;
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url(d.php?i=indicator) no-repeat;
}

div#fancy_close {
	position: absolute;
	top: 8px;
	right: 15px;
	height: 9px;
	width: 50px;
	cursor: pointer;
	z-index: 900;
	display: none;
}

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;
}

div#fancy_title {
	position: absolute;
	left: 0;
	width: 97%;
	margin: 0 8px;
	z-index: 100;
	display: none;
	background: transparent url('d.php?i=doty') repeat-x scroll 0 bottom;
}

div#fancy_title table {
/*	margin: 0 auto; */
}

div#fancy_title div {
	font: bold 11px Tahoma;
	padding-bottom: 2px;
}

td#fancy_title_left {
	height: 24px;
	width: 2px;
}

td#fancy_title_main {
	height: 24px;
}

td#fancy_title_right {
	height: 24px;
	width: 2px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 58px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
  background: #fff;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 10px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	background-image: url(data:image/gif;base64\,AAAA);
	z-index: 100; 
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

a#fancy_left:hover {
	background: transparent url(d.php?i=fancy_l) no-repeat 0% 100%;
}

a#fancy_right:hover {
	background: transparent url(d.php?i=fancy_r) no-repeat 100% 100%;
}

#fancy_bigIframe, #fancy_freeIframe {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

div#fancy_bg {
	display: none;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
}

div.fancy_bg_n {
	top: -12px;
	width: 100%;
	height: 12px;
  background: transparent url(d.php?i=win-b) repeat-x;
}

div.fancy_bg_ne {
	top: -12px;
	right: -12px;
	width: 12px;
	height: 12px;
  background: transparent url(d.php?i=win-c) no-repeat;
}

div.fancy_bg_e {
	right: -12px;
	height: 100%;
	width: 12px;
  background: transparent url(d.php?i=win-d) repeat-y;
}

div.fancy_bg_se {
	bottom: -12px;
	right: -12px;
	width: 12px;
	height: 12px;
  background: transparent url(d.php?i=win-e) no-repeat;
}

div.fancy_bg_s {
	bottom: -12px;
	width: 100%;
	height: 12px;
  background: transparent url(d.php?i=win-f) repeat-x;
}

div.fancy_bg_sw {
	bottom: -12px;
	left: -12px;
	width: 12px;
	height: 12px;
  background: transparent url(d.php?i=win-g) no-repeat;
}

div.fancy_bg_w {
	left: -12px;
	height: 100%;
	width: 12px;
  background: transparent url(d.php?i=win-h) repeat-y;
}

div.fancy_bg_nw {
	top: -12px;
	left: -12px;
	width: 12px;
	height: 12px;
	z-index: 990;
	background: transparent url(d.php?i=win-i) no-repeat;
}