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

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(fancy_progress.png) no-repeat;
}

div#fancy_close {
	position: absolute;
	top: 0;
	right: -3px;
	height: 23px;
	width: 24px;
	background: transparent url(fancy_closebox.gif) ;
	cursor: pointer;
	z-index: 102;
	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;
	border:1px dashed #333333;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 99%;
	border: 3px solid #666666;
	border-width: 3px 0 0 3px;
	padding: 0; 
	margin: 0;
	z-index: 92;
}


div#fancy_title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 99%;
	z-index: 100;
	display: none;
	height: 30px;
	background-color: #FFFFFF;
	border: 3px solid #ffffff;
	border-width: 2px 3px 3px 3px;
}
div#fancy_title div {
	color: #484b51;
}

div#fancy_title_padding {
	padding: 14px 10px;
}
div#fancy_title_main .fancy_bold_title {
	color: #443d39;
	font-size: 12px;
	line-height: 1em;
	font-weight: bold;
	display: block;
	margin: 0 0 6px 0;
}
div#fancy_title_main .fancy_sub_title
{
	color: #766e6a;
	font-size: 1em;
	display: block;
	margin-bottom: 5px;
}
div#fancy_title_main .fancy_description_title 
{
	font-size: 0.909em;
	color: #aca39f;
	display: block;
	margin-bottom: 5px;
}
div#fancy_title_main .fancy_furtherinfo_link
{
	font-size: 1em;
	color: #303134;
	display: block;
	margin-bottom: 5px;
	text-decoration: underline;
}
div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 7px 7px 7px 4px;
    overflow: hidden;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #ffffff;
	border-right: 3px solid #ffffff;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	top: 3px; 
	height: 100%;
	width: 49%; 
	cursor: pointer;
	z-index: 101; 
}
#fancy_left_img, #fancy_right_img {
	position: absolute;  
	z-index: 100;
	visibility: hidden;
	clear: both;
	float: left;
	top: 35%;
	width: 38px;
	height: 37px;
}
#fancy_left_img
{
	background: url(fancy_left_sml.gif) 0 0 no-repeat;
	left: 0;
}
#fancy_right_img
{
	background: url(fancy_right_sml.gif) 0 0 no-repeat;
	right: 0;
}

a#fancy_left {
	left: 0px;
}

a#fancy_right {
	left: 51%;
}



#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;
	font-size: 1px;
	line-height: 1px;
}

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

div.fancy_bg_ne {
	top: -4px;
	right: -4px;
	width: 4px;
	height: 4px;
	background: transparent url(fancy_shadow_n.png) repeat-x;
}

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

div.fancy_bg_se {
	bottom: -4px;
	right: -4px;
	width: 4px;
	height: 4px;
	background: transparent url(fancy_shadow_s.png) repeat-x;
}

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

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

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

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