/*FANCYBOX CSS*/
/*............................................................... */


div#fancy_overlay {
	position: absolute; top: 0; left: 0; z-index: 90; background: url(images/background.png) repeat-x #f9f9f9; background-attachment: fixed;
background-position: bottom;
}

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

div#fancy_close {
	position: fixed;
	top: 5px;
	right: 30px;
	height: 60px;
	width: 60px;
	background: transparent url(images/fancybox/fancy_close.png) no-repeat;
	cursor: pointer;
	z-index: 100;
	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%;
	background: #F3F4F4;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 92;
	-webkit-box-shadow: 0 1px 20px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 20px rgba(0,0,0,.4);
	box-shadow: 0 1px 20px rgba(0,0,0,.4);
}
div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 30px;
    margin: 0;
    overflow: hidden;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
}

a#fancy_left, a#fancy_right {
	position: fixed; 
	height: 100%; 
	width: 40%; 
	cursor: pointer;
	background-image: url(data:image/gif;base64,AAAA);
	z-index: 100; 
}

a#fancy_left {
	left: 0px; 
	top: 0px;
}

a#fancy_right {
	right: 0px; 
	top: 0px;

}

a#fancy_left:hover {
	background: transparent url(images/fancybox/fancy_left.png) no-repeat 0% 100%;
	background-position: center;
	background-position-x: left;
	border: none;
}

a#fancy_right:hover {
	background: transparent url(images/fancybox/fancy_right.png) no-repeat 100% 100%; 
	background-position: center;
	background-position-x: right;
	border: none;
}

#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;
}



div#fancy_title {
	position: absolute;
	bottom: -35px;
	left: 0px;
	right: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title div {
	color: #333;
	font: bold 10px 'Helvetica Neue Light';
	font-weight: 100;
	padding-bottom: 2px;
	padding-top: 6px;
}

td#fancy_title_left {
	height: 32px;
}

td#fancy_title_main {
	height: 32px;
	background: transparent;
	width: 100%;
	position: absolute;
	left: 0px; 
	text-align:center; 

}

td#fancy_title_right {
	height: 32px;
	background: black;
	right: 0px;
} 

