/* 
 $Revision: 45692 $
 $Author: zistel $
 $Date: 2010-02-23 11:57:59 +0100 (Di, 23. Feb 2010) $
 */

a.fancy {
position: relative;
	display: block;
	}
	html >/**/body a.fancy {
		cursor: -moz-zoom-in;
		cursor: -webkit-zoom-in;
		margin-bottom: 3px;
		}
	* html a.fancy {
		zoom: 1;/* hasLayout */
		}

a.fancy span {
	display: none;
	}
@media screen {
	a.fancy span {
		display: block;
		width: 25px;
		height: 25px;
		text-indent: -500em;
		background: url(../img/fancy_zoom.gif) no-repeat;
		overflow: hidden;
		cursor: pointer;
		position: absolute;
		right: 0;
		bottom: 3px;
		}
		html >/**/body a.fancy span {
			bottom: 0;
			}
		* html a.fancy span {
			bottom: 2px;
			}
	}

/* ___________________________________________________________________________________Fancybox___ */

@media print {
	div#fancy_wrap {
		display: none;
		}
	}

div#fancy_overlay {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 30;
	}

div#fancy_loading {
	display: none;
	width: 40px;
	height: 40px;
	position: absolute;
	z-index: 100;
	background: transparent;
	cursor: pointer;
	overflow: hidden;
	margin-top: -20px;
	}
div#fancy_loading div {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 480px;
	background: transparent url(../img/fancy_progress.png) no-repeat;
	}

div#fancy_outer {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	padding: 20px;
	padding-bottom: 40px;
	margin: 0;
	background: transparent;
	}

div#fancy_inner {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: white;
	}

div#fancy_content {
	position: absolute;
	z-index: 100;
	margin: 0;
	}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
	}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0;
	padding: 0;
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	}
	html >/**/body img#fancy_img {
		cursor: -moz-zoom-out;
		cursor: -webkit-zoom-out;
		}

div#fancy_close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 28px;
	height: 28px;
	background: url(../img/fancy_closebox.gif) top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
	}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
	}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
	}

a#fancy_left, a#fancy_right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	z-index: 111;
	display: none;
	background-image: url("data:image/gif;base64,AAAA");
	outline: none;
	overflow: hidden;
	}
a#fancy_left { left: 0px; }
a#fancy_right { right: 0px; }

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 28px;
	height: 28px;
	z-index: 112; 
	cursor: pointer;
	display: block;
	}
span#fancy_left_ico {
	left: -9999px;
	background: transparent url(../img/fancy_left.gif) no-repeat;
	}
span#fancy_right_ico {
	right: -9999px;
	background: transparent url(../img/fancy_right.gif) no-repeat;
	}

a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
	}
	html > body a#fancy_left:active,
	html > body a#fancy_right:active {
		top: 0;
		}

a#fancy_left:hover span { left: 10px; }
a#fancy_right:hover span { right: 10px; }

#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	}

div#fancy_title {
	position: absolute;
	left: 0;
	bottom: -22px;
	z-index: 100;
	width: 100%;
	display: none;
	}
div#fancy_title div {
	font-size: 120%;
	line-height: 1.5;
	padding: 10px;
	padding-top: 2px;
	background-color: white;
	}