div#fancy_overlay {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	background-color: #333;
	xheight: 100%
}

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(../images/fancy/fancy_progress.gif) no-repeat;
}

* html div#fancy_loading div {
		behavior: url(Resources/inc-css/iepngfix.htc);
}

div#fancy_close {
	position: absolute;
	top: -12px;
	top: -52px;
	right: -30px;
	height: 30px;
	width: 30px;
	background: transparent url(../images/fancy/fancy_closebox.png) ;
	cursor: pointer;
	z-index: 100;
	display: none;
}

* html div#fancy_close {
	behavior: url(Resources/inc-css/iepngfix.htc);
}


div#fancy_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0; 
	margin: 0;
	z-index: 96;
	background: #484848;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

img#fancy_img {
	xposition: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 92;
}

div#fancy_title {
	position: absolute;
	bottom: -35px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 2px;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(../images/fancy/fancy_title_left.png) repeat-x;
}

* html td#fancy_title_left {
		behavior: url(Resources/inc-css/iepngfix.htc);
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(../images/fancy/fancy_title_main.png) repeat-x;
}

* html td#fancy_title_main {
		behavior: url(Resources/inc-css/iepngfix.htc);
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(../images/fancy/fancy_title_right.png) repeat-x;
}

* html td#fancy_title_right {
		behavior: url(Resources/inc-css/iepngfix.htc);
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 50px 28px 148px 18px;
    margin: 0;
    xoverflow: hidden;
    background: #484848;
    border: 3px solid #c1c1c1;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #444;
	background: #FFF;
}

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: 100; 
	display: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

a#fancy_left:hover {
	background: transparent url(../images/fancy/fancy_left.gif) no-repeat 0% 100%;
}

a#fancy_right:hover {
	background: transparent url(../images/fancy/fancy_right.gif) no-repeat 100% 100%;
}

#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: none;
	z-index: 70;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(../images/fancy/fancy_shadow_n.png) repeat-x;
}

* html div.fancy_bg_n {
		behavior: url(Resources/inc-css/iepngfix.htc);
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../images/fancy/fancy_shadow_ne.png) no-repeat;
}

* html div.fancy_bg_ne {
	behavior: url(Resources/inc-css/iepngfix.htc);
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(../images/fancy/fancy_shadow_e.png) repeat-y;
}

* html div.fancy_bg_e {
	behavior: url(Resources/inc-css/iepngfix.htc);
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../images/fancy/fancy_shadow_se.png) no-repeat;
}

* html div.fancy_bg_se {
		behavior: url(Resources/inc-css/iepngfix.htc);
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(../images/fancy/fancy_shadow_s.png) repeat-x;
}

* html div.fancy_bg_s {
	behavior: url(Resources/inc-css/iepngfix.htc);
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../images/fancy/fancy_shadow_sw.png) no-repeat;
}

* html div.fancy_bg_sw  {
	behavior: url(Resources/inc-css/iepngfix.htc);
}


div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(../images/fancy/fancy_shadow_w.png) repeat-y;
}

* html div.fancy_bg_w {
		behavior: url(Resources/inc-css/iepngfix.htc);
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../images/fancy/fancy_shadow_nw.png) no-repeat;
}

* html div.fancy_bg_nw {
	behavior: url(Resources/inc-css/iepngfix.htc);
}

div#fancy_header {
	position: absolute;
	top: -45px;
	left: -19px;
	width: 100%;
	background: #484848;
	height: 40px;
	padding-right: 36px;
}

div#fancy_info {
	position: absolute;
	bottom: -130px;
	xleft: -19px;
	width: 100%;
	display: none;
	background: #484848;
	height: 130px;
	xborder: 5px solid #51290E;
	xpadding-right: 36px;
	color: White;
	xpadding-left: 20px;
}

*html div#fancy_info {
	xpadding-right: 38px;
}
*html div#fancy_header {
	xpadding-right: 38px;
}

div#fancy_info div.paging{
	float:right;
	padding-right: 10px;
	padding-top: 20px;	
}
div#fancy_info div.caption{
	font-size: 1.1em;
	padding-top: 10px;	
}

div#fancy_info div.title{
	font-size: 1.1em;
	clear: both;
	padding-top: 10px;
	font-weight: bold;
}
div#fancy_info div.paging a{
	text-decoration: none;
	font-size: 1.1em;
	background-color: #51290E;
	xpadding: 4px;
	padding-left: 6px;
	margin: 0px 2px;
	color: white;
	border-left: 1px solid white;
}

div#fancy_info div.paging #prevLink 
{
	border: none;	
}

div#fancy_info div.PhotoBox ul li a{
	float:left;
}

div#fancy_info div.PhotoBox ul li a.currentPage{
	border: 1px solid white;
}

div#fancy_info div.paging a.currentPage {
	color: #FF6600;
	border: 2px solid red;
}

div#fancy_title{
	position: absolute;
	bottom: -60px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_header_inner 
{
	padding: 0px 0px 5px 20px;
	color: White;	
	font-weight: bolder;
	font-size: 1.2em;
}

div#fancy_info #wrapperPopUp {
	width: 480px;
	padding: 15px 20px 22px 20px;
}
div#fancy_info #wrapperPopUp #headerPopUp,
.WrapPhotoPopUp {
	overflow: hidden;
	width: 480px;
	margin: 7px 0px;
	float:left;
}
* html div#fancy_info #wrapperPopUp #headerPopUp,
* html div#fancy_info .WrapPhotoPopUp {
	height: 35px;
	padding-bottom: 5px;
}
div#fancy_info #wrapperPopUp #headerPopUp p.TitPopUp {
	font-size: 1.4em;
	font-weight: bolder;
	float: left;
}
div#fancy_info #wrapperPopUp #headerPopUp a.ClosePopUp span {
	display: none;
}
div#fancy_info #wrapperPopUp #headerPopUp a.ClosePopUp {
	display: block;
	background: url(../images/btn-close-popup.gif) left top no-repeat;
	width: 15px;
	height: 15px;
	float: right;
}
div#fancy_info #wrapperPopUp .BigPhoto {
	margin: 12px 0px 5px 0px;
	width: 480px;
}
div#fancy_info #wrapperPopUp .BigPhoto img {
	border: 1px solid #333333;
	display: block;
}
div#fancy_info .WrapPhotoPopUp .PhotoBox {
	xposition: relative;
	width: 480px;
}
div#fancy_info .WrapPhotoPopUp .PhotoBox ul li {
	padding: 0px 2px 0px 1px;
	float: left;
}
div#fancy_info .WrapPhotoPopUp .PhotoBox ul li img {
	display: block;
	border: 1px solid #000000;
}
div#fancy_info #wrapperPopUp p.Adventure {
	font-size: 1.2em;
	font-weight: bolder;
	padding: 15px 0px 13px 0px;
}
div#fancy_info #wrapperPopUp p.InfoPhoto {
	font-size: 1.2em;
}