/*
 * 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;
}
#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
	cursor: default!important;
}
#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}
#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1101;
	outline: none;
	display: none;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 2px 2px 4px #666666;
	-webkit-box-shadow: 2px 2px 4px #666666;
	-khtml-box-shadow: 2px 2px 4px #666666;
	box-shadow: 2px 2px 4px #666666;
}
#fancybox-wrap.dropdown {
	background-color: #F7F9FB;
	border: 1px solid #CCCCCC;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	-khtml-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
	-moz-box-shadow: 2px 2px 4px #666666;
	-webkit-box-shadow: 2px 2px 4px #666666;
	-khtml-box-shadow: 2px 2px 4px #666666;
	box-shadow: 2px 2px 4px #666666;
}
#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #F7F9FB;
}
#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}
#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}
#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}
#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}
#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: 35%;
	cursor: pointer;
	outline: none;
	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; /* IE6 */
}
#fancybox-left:hover span {
	left: 20px;
}
#fancybox-right:hover span {
	left: auto;
	right: 20px;
}
.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}
#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
}
#fancybox-bg-ne {
	top: -20px;
	right: -20px;
}
#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
}
#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
}
#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
}
#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
}
#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
}
#fancybox-bg-nw {
	top: -20px;
	left: -20px;
}
#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}
.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	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;
	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;
}
#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
}
#fancybox-title-float-right {
	padding: 0 0 0 15px;
}
a.active_dropdown {
	background-color: #ECECEC;
	color: #333333 !important;
	display: inline-block;
	border: 1px solid #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	height: 30px;
	line-height: 24px;
	padding: 0 7px 0 5px;
	position: absolute;
	right: 0;
	top: -30px;
	text-decoration:none;
	cursor:pointer;
	-moz-border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
	-khtml-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
	-moz-box-shadow: 2px 2px 4px #666666;
	-webkit-box-shadow: 2px 2px 4px #666666;
	-khtml-box-shadow: 2px 2px 4px #666666;
	box-shadow: 2px 2px 4px #666666;
	background: #ECECEC;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ECECEC), to(#F7F9FB));
	background: -moz-linear-gradient(#ECECEC, #F7F9FB);
	background: linear-gradient(#ECECEC, #F7F9FB);
	-pie-background: linear-gradient(#ECECEC, #F7F9FB);
}
a.active_dropdown.icon_btn {
	padding: 0 4px;
}
a.active_dropdown span.active {
	display: inline-block;
	height: 9px;
	margin: 0 4px 0 -3px;
	width: 9px;
}
div.fancy_dropdown {
	min-width:150px;
	padding: 10px;
}
div.fancy_dropdown .heading {
	color: #666666;
	font-size: 0.9em;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #DDE1E4;
}
div#setting_btn_list ul {
	padding: 3px 0 0 0!important;
	display: block;
	position:relative;
}
div.fancy_dropdown ul.list li a {
	color: #666;
	display: block;
	font-size: 1em;
	padding: 2px 5px 4px 0;
	text-decoration: none;
}
div.fancy_dropdown ul.list li a:hover {
	color:#333;
}
/* IE6 */

.fancybox-ie6 #fancybox-close {
	background: transparent;
}
.fancybox-ie6 #fancybox-left-ico {
	background: transparent;
}
.fancybox-ie6 #fancybox-right-ico {
	background: transparent;
}
.fancybox-ie6 #fancybox-title-over {
	background: transparent;
	zoom: 1;
}
.fancybox-ie6 #fancybox-title-float-left {
	background: transparent;
}
.fancybox-ie6 #fancybox-title-float-main {
	background: transparent;
}
.fancybox-ie6 #fancybox-title-float-right {
	background: transparent;
}
.fancybox-ie6 #fancybox-bg-w,
.fancybox-ie6 #fancybox-bg-e,
.fancybox-ie6 #fancybox-left,
.fancybox-ie6 #fancybox-right,
#fancybox-hide-sel-frame {
}
#fancybox-loading.fancybox-ie6 {
	position: absolute;
	margin-top: 0;
}
#fancybox-loading.fancybox-ie6 div {
	background: transparent;
}
/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg {
	background: transparent !important;
}
.fancy_dropdown .action_btns {
	display:none;
}
