#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 52px;
	height: 52px;
	margin-top: -10px;
	margin-left: -10px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
	background: #ffffff url("../_gfx/loading.gif") no-repeat 10px 10px;
}
.hc #fancybox-loading {
  background: #ff0 url("../_gfx/hc_loading.gif") no-repeat 10px 10px;
}
#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 52px;
	height: 480px;
	background: #ffffff url("../_gfx/loading.gif") no-repeat 10px 10px;
}
.hc #fancybox-loading div  {
  background: #ff0 url("../_gfx/hc_loading.gif") no-repeat 10px 10px;
}
#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;
	z-index: 1101;
	outline: none;
	display: none;
   border-radius: 3px;
  box-shadow: 0px 6px 10px #636363;
  -webkit-box-shadow: 0px 6px 10px #636363;
}
.hc #fancybox-wrap {
  box-shadow: none;
  -webkit-box-shadow: none;
}
#fancybox-outer {
	position: relative;
	height: 100%;
	background: #ffffff;
	padding:10px 10px 10px 10px;
  border-radius: 3px;
}
.hc #fancybox-outer {
  background: #ff0;
}
#fancybox-outer:focus {outline: none;}
#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #ffffff !important;
	background: #ffffff;
}
.hc #fancybox-content {
  border: 0px solid #ff0 !important;
	background: #ff0;
}
#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}
#fancybox-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 41px;
	height: 41px;
	cursor: pointer;
	z-index: 1103;
	display: none;
  background: #fff;
  text-align: center;
  color: #444;
  border-radius: 3px;
}
.hc #fancybox-close {
  background: #ff0;
  color: #000;
}
#fancybox-close  i {
  font-size: 24px;
  margin-top: 2px;
  display: block;
  color: #444;
}
.hc #fancybox-close  i {
  color: #000;
}
#fancybox-close:hover i, #fancybox-close:focus i {
  color: #ed1b24;
}
.hc #fancybox-close:hover i, .hc #fancybox-close:focus i {
  color: #000;
}
#fancybox-error {
	font-size: 1em;
	padding: 14px;
	margin: 0;
	color: #ed1b24;
  background: #fff;
}
.hc #fancybox-error {
  color: #000;
  background: #ff0;
}
#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
  overflow: hidden;
}
#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;
  background: url("../_gfx/blank.gif");
  z-index: 1102;
  display: none;
}
#fancybox-left:focus span i, #fancybox-right:focus span i {
  color: #ed1b24;
}
.hc #fancybox-left:focus span i, .hc #fancybox-right:focus span i {
  color: #000;
}
#fancybox-left {
  left: -20px;
}
#fancybox-left:hover span, #fancybox-left:focus span {
  left: 20px;
  opacity: 1;
}
#fancybox-right {
  right: -20px;
}
#fancybox-right:hover span, #fancybox-right:focus span {
  left: auto;
  right: 20px;
  opacity: 1;
}
#fancybox-left-ico,
#fancybox-right-ico {
  position: absolute;
  top: 46.5%;
  left: -9999px;
  width: 41px;
  height: 41px;
  cursor: pointer;
  z-index: 1102;
  display: block;
  background: #fff;
  color: #444;
  text-align: center;
  transition: opacity .3s ease 0s, color .3s ease 0s;
  -webkit-transition: opacity .3s ease 0s, color .3s ease 0s;
  opacity: 0;
  border-radius: 3px;
}
.hc #fancybox-left-ico,
.hc #fancybox-right-ico {
  background: #ff0;
  color: #000;
}
#fancybox-left-ico i,
#fancybox-right-ico i {
  display: block;
  font-size: 18px;
  margin-top: 6px;
  color: #444;
}
.hc #fancybox-left-ico i,
.hc #fancybox-right-ico i {
  color: #000;
}
#fancybox-left-ico i:before,
#fancybox-right-ico i:before {
  margin: 0;
  width: auto;
}
#fancybox-l6eft-ico:hover,
#fancybox-left-ico:focus,
#fancybox-right-ico:hover,
#fancybox-right-ico:focus {
  color: #ed1b24;
}
.hc #fancybox-l6eft-ico:hover,
.hc #fancybox-left-ico:focus,
.hc #fancybox-right-ico:hover,
.hc #fancybox-right-ico:focus {
  color: #000;
}
#fancybox-left-ico:hover i,
#fancybox-left-ico:focus i,
#fancybox-right-ico:hover i,
#fancybox-right-ico:focus i {
  color: #ed1b24;
}
.hc #fancybox-left-ico:hover i,
.hc #fancybox-left-ico:focus i,
.hc #fancybox-right-ico:hover i,
.hc #fancybox-right-ico:focus i {
  color: #000;
}
#fancybox-left:hover,
#fancybox-right:hover {
	visibility: visible; /* IE6 */
}
.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}
#fancybox-title {
	font-size: 1em;
	line-height: 1.50em;
	color: #444;
	z-index: 1102;
	padding: 25px 0 5px 20px;
	min-height: 25px;
  background: #fff;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-radius: 3px;
}
.hc #fancybox-title {
  background: #ff0;
}
.fancybox-title-outside {
	color: #444;
	padding:0 0 10px 0;
	width: 100%;
	margin:-15px 0 0 0;
}
.hc .fancybox-title-outside {
  color: #000;
}
.fancybox-title-over {
	position: absolute;
	bottom: 0;
	text-align: left;
	padding: 10px;
}
#fancybox-title-over {
	display: block;
	float: right;
	font-size: .875em;
	padding: 0 10px 0 0;
  margin-left: 20px;
  color: #444;
}
.hc #fancybox-title-over {
  color: #000;
}
.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: #444;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
}
.hc #fancybox-title-float-main {
  color: #000;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
}
[data-whatinput="keyboard"] #fancybox-close:focus {outline: 2px solid #151515}
[data-whatinput="keyboard"] #fancybox-left:focus span {outline: 2px solid #151515}
[data-whatinput="keyboard"] #fancybox-right:focus span {outline: 2px solid #151515}

[data-whatinput="keyboard"] .hc #fancybox-close:focus {outline: 2px dotted #ff0}
[data-whatinput="keyboard"] .hc #fancybox-left:focus span {outline: 2px dotted #ff0}
[data-whatinput="keyboard"] .hc #fancybox-right:focus span {outline: 2px dotted #ff0}