div#fancy_overlay {
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
}
div#fancy_wrap {
    margin: 0;
    padding: 0;
    z-index: 999;
}
div#fancy_loading {
    position: absolute;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: none;
    z-index: 100;
    overflow: hidden;
}
div#fancy_loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background: transparent url('/images/fancy_progress.png') no-repeat;
}
div#fancy_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0; 
    margin: 0;
    z-index: 96;
    overflow: hidden;
}
#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;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 100;
    display: none;
}
div#fancy_title table {
    margin: 0;
}
div#fancy_title div {
    background: #fff;    
    color: #797979;
    padding: 0 0 0 10px;
    margin-top: 14px;
}
td#fancy_title_main {
    height: 32px;
}
/*div#fancy_outer {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 5px 5px 45px 5px;
    margin: 0;
    overflow: hidden;
    display: none;
    border: 2px solid #747474;
    height: 415px !important;
}*/
div#fancy_outer {
    background: #fff url('/images/gradient.gif') repeat-x;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 5px 5px 5px 5px;
    margin: 0;
    overflow: hidden;
    display: none;
    border: 2px solid #fff;
    /*height: 415px !important;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 1px 1px 10px #888;
    -webkit-box-shadow: 1px 1px 10px #888;
}
div#fancy_inner {
    position: relative;
    width: 100%;
    height: 100%;
    /*background: #fff;*/
    padding: 0;
}
div#fancy_close {
    position: absolute;
    top: -2px;
    right: -4px;
    height: 23px;
    width: 24px;
    background: transparent url('/images/fancy_closebox.png') no-repeat;
    cursor: pointer;
    z-index: 999;
    display: none;
}
div#fancy_close:hover {
    background-position: 0 -23px;
}    
#fancy_nav {
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 999;
    margin-top: 5px;
    margin-bottom: 5px;
}
a#fancy_left, a#fancy_right {
    float: left;
    display: block;
    background: url('/images/prev_next.gif') 0 0 no-repeat;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    height: 25px;
    width: 87px;
    cursor: pointer;
    padding: 9px 0 0 0;
}
a#fancy_left {
    margin-right: 5px;
}
a#fancy_left:hover, a#fancy_right:hover {
    background-position: 0 -34px;        
}
#fancy_bigIframe, #fancy_freeIframe {
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
div#fancy_bg {
    display: none;
}
div#fancy_div h2 {
    font-size: 160%;
    font-weight: normal;
    color: #3F4040;
    padding-bottom: 15px;
}
div#fancy_div p {
    padding: 0 15px 15px 15px;
}
div#fancy_div tr.dots {
    border-top: dotted #ccc 1px;    
}
div#fancy_div td {
    padding-top: 10px;
}
div#fancy_div td.label {
    vertical-align: text-top;
    width: 90px;
    color: #666;
}
#fancy_inner .keytermContent {
    height: 330px;
    overflow: auto !important;
}
