div#fancy_overlay {    position:fixed;    top: 0;    left: 0;    z-index: 190;    width: 100%;background-color:#000; opacity:.7;	}div#fancy_loading {    position: absolute;    height: 40px;    width: 40px;    cursor: pointer;    display: none;    overflow: hidden;    background: transparent;    z-index: 200;}div#fancy_loading div {    position: absolute;    top: 0;    left: 0;    width: 40px;    height: 480px;    background: transparent url(/des/fbox/fancy_progress.png) no-repeat;}div#fancy_close {    position: absolute;    top: -12px;    right: -12px;    height: 30px;    width: 30px;    background: transparent url(/des/fbox/fancy_closebox.gif) no-repeat center center;    cursor: pointer;    z-index: 221;    display: none;}div#fancy_content {    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    padding: 0;    margin: 0;    z-index: 196;}#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: 192;}div#fancy_title {    position: absolute;    bottom: -35px;    left: 0;    width: 100%;    z-index: 203;    display: none;}div#fancy_title div {    color: #FFF;    font: normal .99em Georgia, Times, serif;    color:#da251d;    text-align:center;    padding: 7px;    background: #eee;/*#da251d;*/    -moz-border-radius:5px;}div#fancy_outer {    position: absolute;    top: 0;    left: 0;    z-index: 190;    padding: 10px 10px 40px;    margin: 0;    overflow: hidden;    background: #FFF;    -moz-border-radius:5px;    display: none;}div#fancy_inner {    position: relative;    width:100%;    height:100%;    border: 0;    background: #FFF;    z-index: 191;}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: 211;}a#fancy_left {    left: 0px;    background: transparent url(/des/fbox/fancy_left.gif) no-repeat left bottom; }a#fancy_right {    right: 0px;    background: transparent url(/des/fbox/fancy_right.gif) no-repeat right bottom;}/*a#fancy_left:hover {	background-color:#FFF;}a#fancy_right:hover {	background-color:#FFF;}*/#fancy_bigIframe, #fancy_freeIframe {    position:absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    z-index: 112;}
