/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancy_loading div { position: absolute; top: 0; left: 0; width: 40px; height: 480px; background: transparent url('../images/fancy_progress.png') no-repeat; }

#fancybox-overlay { position: fixed; top: 0; left: 0; bottom: 0; right: 0; background: #000; z-index: 1100; display: none; }

* html #fancybox-overlay { position: absolute; width: 100%; }

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}


#fancybox-close { display: none; position: absolute; top: -15px; right: 0; width: 39px; height: 10px; background: url('../images/fancy_closebox.png') top left no-repeat; z-index: 1103; cursor: pointer; }
.page-template-contact-php #fancybox-close { top: -5px; right: 15px; }


#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {}
#fancybox-title-wrap {}
#fancybox-title-wrap span {}
#fancybox-title-left {}
#fancybox-title-main {}
#fancybox-title-right {}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left { left: 0px; }

#fancybox-right { right: 0px; }

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {}
#fancybox-right-ico {}

#fancybox-left:hover, #fancybox-right:hover {visibility: visible;  }
#fancybox-left:hover span {}
#fancybox-right:hover span {}

.fancy-bg { position: absolute;  padding: 0; margin: 0; border: 0; width: 20px; height: 20px; z-index: 1001; }

#fancy-bg-n {}
#fancy-bg-ne {}
#fancy-bg-e {}
#fancy-bg-se {}
#fancy-bg-s {}
#fancy-bg-sw {}
#fancy-bg-w {}
#fancy-bg-nw {}

#fancy_title { position: absolute; left: 0; width: 100%; border: 1px solid #212121; color: #999; background: #000; z-index: 100; }
#fancy_title div.fancy_title { height: 21px; line-height: 21px; padding:4px 10px 10px; height:100%; }
#fancy_title div.fancy_title div {float:left; width:100%; text-align:left;}
#fancy_title strong { color: #ee3124; font-size: 13px; }
#fancy_title em { margin: 0 0 0 10px; padding: 0 10px; background: url(../images/icon-divider-1.png) no-repeat 0 50%; font-size: 11px; }
#fancy_title a { width: 119px; height: 21px; float: right; background: url(../images/btn-case-study.png) no-repeat 0 0; text-indent: -100em; overflow: hidden; }


