/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/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%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}
#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('images/fancybox/fancy_loading.png');
}
#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}
#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}
#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}
#fancybox-wrap a {
	border-style: none;
}
#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #ebebeb;
}
#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	/*border-top: 0px solid white;*/
}
#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}
#fancybox-close {
	position: absolute;
	top: -41px;
	right: -41px;
	width: 41px;
	height: 41px;
	background: #2B6647;
	cursor: pointer;
	z-index: 1103;
	display: none;
	font-weight: bold;
	font-size: 31px;
	text-align: center;
	line-height: 41px;
	color: white;
	text-decoration: none;
}
#fancybox-close:hover {
	background-position: left -441px;
}
#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 20px 25px 25px 25px;
	margin: 0;
	background: #e5e5e5;
}
#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}
#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}
#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 50%;
	cursor: pointer;
	outline: none;
	background: transparent url('images/fancybox/blank.gif');
	z-index: 1102;
	display: none;
	padding: 0 20px;
}
#fancybox-left {
	left: -41px;
}
#fancybox-right {
	right: -41px;
}
#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	width: 41px;
	height: 41px;
	margin-top: -20px;
	cursor: pointer;
	z-index: 1102;
	display: block;
	background: #2B6647;
	font-size: 19px;
	font-weight: bold;
	color: white;
	line-height: 41px;
	text-align: center;
}
#fancybox-left-ico {
	left: 0;
}
#fancybox-right-ico {
	right: 0;
}
#fancybox-left:hover span,
#fancybox-right:hover span {
	background-position: left -441px;
}
.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 41px;
	height: 41px;
	z-index: 1001;
}
#fancybox-bg-n {
	top: -41px;
	left: 0;
	width: 100%;
	background: #ebebeb;
	/*background-image: url('images/fancybox/fancybox-x.png');*/
}
#fancybox-bg-ne {
	top: -41px;
	right: -41px;
	/*background-image: url('images/fancybox/fancybox.png');
	background-position: -40px -162px;*/
	background: #ebebeb;
}
#fancybox-bg-e {
	top: 0;
	right: -41px;
	height: 100%;
	/*background-image: url('images/fancybox/fancybox-y.png');
	background-position: -20px 0px;*/
	background: #ebebeb;
}
#fancybox-bg-se {
	bottom: -14px;
	right: -41px;
	/*background-image: url('images/fancybox/fancybox.png');
	background-position: -40px -182px;*/
	background: #ebebeb;
	z-index: 1103;
}
#fancybox-bg-s {
	bottom: -14px;
	left: 0;
	width: 100%;
	height: 14px;
	/*background-image: url('images/fancybox/fancybox-x.png');
	background-position: 0px -20px;*/
	background: #ebebeb;
}
#fancybox-bg-sw {
	bottom: -14px;
	left: -41px;
	/*background-image: url('images/fancybox/fancybox.png');
	background-position: -40px -142px;*/
	background: #ebebeb;
	z-index: 1103;
}
#fancybox-bg-w {
	top: 0;
	left: -41px;
	height: 100%;
	background: #ebebeb;
	/*background-image: url('images/fancybox/fancybox-y.png');*/
}
#fancybox-bg-nw {
	top: -41px;
	left: -41px;
	/*background-image: url('images/fancybox/fancybox.png');
	background-position: -40px -122px;*/
	background: #ebebeb;
}
#fancybox-title {
	z-index: 1102;
	font: normal 14px/120% 'Arial CE', 'Arial', 'Tahoma', sans-serif;
	min-height: 17px;
	padding-right: 41px;
	padding-left: 41px;
	/*margin-left: -41px;*/
	position: relative;
	left: -41px;
}
.fancybox-title-inside {
	padding-bottom: 10px;
	color: #333;
	background: #ebebeb;
	position: relative;
}
.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}
.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}
#fancybox-title-over {
	padding: 10px;
	background-image: url('images/fancybox/fancy_title_over.png');
	display: block;
}
.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}
#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('images/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('images/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('images/fancybox/fancybox.png') -55px -90px no-repeat;
}
#ftitle {
	position: relative;
	top: 11px;
}
#ftitle .nums {
	display: block;
	float: left;
	color: #2B6647;
	margin: 0 10px 10px 0;
}