div#fancy_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #000000;
	z-index: 90;
}

div#fancy_loading {
	display: none;
	position: absolute;
	width: 40px;
	height: 40px;
	background: transparent;
	overflow: hidden;
	cursor: pointer;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url(fancy_progress.png) no-repeat;
}

div#fancy_close {
	display: none;
	position: absolute;
	top: -12px;
	right: -12px;
	width: 30px;
	height: 30px;
	background: transparent url(fancy_closebox.png) ;
	cursor: pointer;
	z-index: 100;
}

div#fancy_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	z-index: 96;
}

#fancy_frame {
	display: none;
	position: relative;
	width: 100%;
	height: 100%;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border:0;
	z-index: 92;
}

div#fancy_title {
	display: none;
	position: absolute;
	bottom: -35px;
	left: 0;
	width: 100%;
	z-index: 100;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title div {
	padding-bottom: 7px;
	color: #FFF;
	font-size: 11px;
}

td#fancy_title_left {
	width: 20px;
	height: 35px;
}

td#fancy_title_main {
	height: 35px;
}

td#fancy_title_right {
	width: 20px;
	height: 35px;
}

div#fancy_outer {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
    padding: 19px 19px 58px 19px;
	background: transparent;
	overflow: hidden;
	z-index: 90;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
}

a#fancy_left, a#fancy_right {
	position: absolute;
	bottom: 0;
	width: 35%;
	height: 100%;
	background-image: url(clear.gif);
	overflow: hidden;
	z-index: 100;
}

a#fancy_left span, a#fancy_right span {
	position: absolute;
	bottom: 50%;
	width: 27px;
	height: 27px;
}

a#fancy_left,a#fancy_left span {
	left: 0px;
}

a#fancy_right,a#fancy_right span {
	right: 0px;
}

a#fancy_left:hover span {
	background: transparent url(fancy_left.png) 0 0 no-repeat;
}

a#fancy_right:hover span {
	background: transparent url(fancy_right.png) 100% 0 no-repeat;
}

#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 {
	display: block;
	position: absolute;
	z-index: 70;
}

div.fancy_bg_n {
	top: -19px;
	width: 100%;
	height: 19px;
	background: transparent url(fancy_shadow_n.png) repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -18px;
	width: 18px;
	height: 18px;
	background: transparent url(fancy_shadow_ne.png) no-repeat;
}

div.fancy_bg_e {
	right: -19px;
	height: 100%;
	width: 19px;
	background: transparent url(fancy_shadow_e.png) repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -18px;
	width: 18px;
	height: 18px;
	background: transparent url(fancy_shadow_se.png) no-repeat;
}

div.fancy_bg_s {
	bottom: -19px;
	width: 100%;
	height: 19px;
	background: transparent url(fancy_shadow_s.png) repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -18px;
	width: 18px;
	height: 18px;
	background: transparent url(fancy_shadow_sw.png) no-repeat;
}

div.fancy_bg_w {
	left: -19px;
	height: 100%;
	width: 19px;
	background: transparent url(fancy_shadow_w.png) repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -18px;
	width: 18px;
	height: 18px;
	background: transparent url(fancy_shadow_nw.png) no-repeat;
}
