
div#fancy_overlay
{
display:none;
z-index:30;
top:0px;
left:0px;
width:100%;
height:100%;
position:fixed;
background:#000;
}

* html div#fancy_overlay
{
position:absolute;
height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap
{
text-align:left;
}

div#fancy_loading
{
display:none;
z-index:100;
background:none transparent repeat 0% 0%;
overflow:hidden;
width:40px;
height:40px;
cursor:pointer;
position:absolute;
}

div#fancy_loading div
{
left:0px;
width:40px;
height:480px;
position:absolute;
top:0px;
}

div#fancy_loading_overlay
{
z-index:30;
position:absolute;
background:#fff;
}

div#fancy_loading_icon
{
z-index:35;
width:16px;
height:16px;
position:absolute;
}

div#fancy_outer
{
margin:0px;
padding:18px 18px 33px 18px;
display:none;
z-index:90;
background:none transparent repeat 0% 0%;
left:0px;
overflow:hidden;
position:absolute;
top:0px;
}

div#fancy_inner
{
width:100%;
height:100%;
border-top:#bbb 1px solid;
border-right:#bbb 1px solid;
border-bottom:#bbb 1px solid;
border-left:#bbb 1px solid;
background:#fff;
position:relative;
}

div#fancy_content
{
z-index:100;
margin:0px;
position:absolute;
}

div#fancy_div
{
z-index:100;
width:100%;
height:100%;
color:#fff;
background:#000;
}

img#fancy_img
{
margin:0px;
padding:0px;
border:0px;
z-index:100;
top:0px;
left:0px;
width:100%;
height:100px;
position:absolute;
}

div#fancy_close
{
display:none;
z-index:181;
top:-12px;
right:-15px;
background:url('fancy_closebox.png') no-repeat left top;
width:30px;
height:30px;
cursor:pointer;
position:absolute;
}

#fancy_frame
{
display:none;
width:100%;
height:100%;
position:relative;
}

#fancy_ajax
{
overflow:hidden;
width:100%;
height:100%;
}

a#fancy_left
{
display:none;
z-index:111;
bottom:0px;
width:35%;
height:100%;
outline:none;
cursor:pointer;
position:absolute;
}

a#fancy_right
{
display:none;
z-index:111;
bottom:0px;
width:35%;
height:100%;
outline:none;
cursor:pointer;
position:absolute;
}

a#fancy_left
{
left:0px;
}

a#fancy_right
{
right:0px;
}

span.fancy_ico
{
margin:-15px 0 0 0;
padding:0px;
display:block;
z-index:112;
top:50%;
width:30px;
height:30px;
cursor:pointer;
position:absolute;
}

span#fancy_left_ico
{
background:url('fancy_left.gif') no-repeat;
left:-9999px;
}

span#fancy_right_ico
{
background:url('fancy_right.gif') no-repeat;
right:-9999px;
}

a#fancy_left:hover
{
visibility:visible;
}

a#fancy_right:hover
{
visibility:visible;
}

a#fancy_left:hover SPAN
{
left:20px;
}

a#fancy_right:hover span
{
right:20px;
}

.fancy_bigIframe
{
overflow-x:hidden;
overflow-y:scroll;
top:0px;
left:0px;
height:100%;
position:absolute;
}

div#fancy_bg
{
margin:0px;
padding:0px;
border:0px;
z-index:70;
top:0px;
left:0px;
width:100%;
height:100%;
position:absolute;
}

div.fancy_bg
{
margin:0px;
padding:0px;
border:0px;
display:block;
z-index:70;
position:absolute;
}

div.fancy_bg_n
{
background:url('fancy_shadow_n.png') repeat-x;
top:-18px;
width:100%;
height:18px;
}

div.fancy_bg_ne
{
background:url('fancy_shadow_ne.png') no-repeat;
top:-18px;
right:-13px;
width:13px;
height:18px;
}

div.fancy_bg_e
{
background:url('fancy_shadow_e.png') repeat-y;
right:-13px;
width:13px;
height:100%;
}

div.fancy_bg_se
{
right:-13px;
background:url('fancy_shadow_se.png') no-repeat;
width:13px;
height:18px;
bottom:-18px;
}

div.fancy_bg_s
{
background:url('fancy_shadow_s.png') repeat-x;
width:100%;
height:18px;
bottom:-18px;
}

div.fancy_bg_sw
{
background:url('fancy_shadow_sw.png') no-repeat;
left:-13px;
width:13px;
height:18px;
bottom:-18px;
}

div.fancy_bg_w
{
background:url('fancy_shadow_w.png') repeat-y;
left:-13px;
width:13px;
height:100%;
}

div.fancy_bg_nw
{
background:url('fancy_shadow_nw.png') no-repeat;
top:-18px;
left:-13px;
width:13px;
height:18px;
}

div#fancy_title
{
display:none;
z-index:100;
left:0px;
bottom:-33px;
width:100%;
position:absolute;
}

div#fancy_title div
{
padding:0 0 3px 0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#fff;
font-weight:bold;
}

div#fancy_title table
{
margin:0px auto;
}

div#fancy_title table td
{
padding:0px;
vertical-align:middle;
}

td#fancy_title_left
{
background:url('fancy_title_left.png') repeat-x;
width:15px;
height:32px;
}

td#fancy_title_main
{
background:url('fancy_title_main.png') repeat-x;
height:32px;
}

td#fancy_title_right
{
background:url('fancy_title_right.png') repeat-x;
width:15px;
height:32px;
}

