/*
 * 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;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/_img/fancybox/fancybox.png');
}

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

* html #fancybox-overlay {	/* IE6 */
	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%;
	background: #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#fancybox-outer.shadowed {
	-webkit-box-shadow: 0px 1px 25px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 25px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 25px rgba(0,0,0,0.5);
}

#fancybox-outer.whiteoverlay {
	background: none !important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	zoom: 1;
}

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

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

#fancybox-outer.shadowed #fancybox-hide-sel-frame {
	filter: alpha(opacity = 0);
}

#fancybox-close {
	position: absolute;
	top: -16px;
	left: -16px;
	width: 32px;
	height: 32px;
	background-image: url('/_img/buttons/btn-close.png');
	background-position: 0 0;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

.whiteoverlay #fancybox-close {
	top: 7px;
	left: 12px;
}

#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;
	-ms-interpolation-mode: bicubic;
}

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

/* flarevideo css */

.flareVideo {
  position: relative;
  padding: 0;
  margin: 0;
  -webkit-user-select: none;
  background: #000;
  z-index: 1200;
}

#overlay-video .flareVideo {
  height: 360px;
  padding-bottom: 50px;
}

.video-snippet .flareVideo {
  height: 300px;
}

.flareVideo.fullScreen {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  padding-bottom: 50px;
  height: auto;
  overflow: hidden;
}

.flareVideo .controls .disabled {
  display: none;
}

.flareVideo video,
.flareVideo .video {
  display: block;
  width: 100%;
  height: 100%;
}

.flareVideo embed, .flareVideo object {
  z-index: 100;
}

.flareVideo .controls {
  z-index: 200;
}

/* Flarevideo Default css */

.flareVideo .controls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
}

.flareVideo .controls .play,
.flareVideo .controls .pause,
.flareVideo .controls .fullScreen,
.flareVideo .controls .volMin,
.flareVideo .controls .volMax,
.flareVideo .controls .ui-slider { 
  cursor: pointer;
}

.flareVideo .controls .ui-slider {
  border: 1px solid #404040;
  background: #000;
  height: 10px;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.flareVideo .controls .seek .seekRange {
  width: 100%;
}

.flareVideo .controls .seek .seekRange .ui-slider-handle { 
  display: none; 
}

.flareVideo .controls .seek .seekRange .ui-slider-range { 
  height: 10px;
  background-color: #007db6;
}

.flareVideo .controls .fullScreen {
  width: 16px;
  height: 16px;
  text-indent: -5000px;
  background: url(/_img/flarevideo/full-screen.png) no-repeat center center;
}

.flareVideo .controls .volume,
.flareVideo .controls .timeMin,
.flareVideo .controls .timeMax {
  display: none;
}

.flareVideo .controls .fullScreen,
.flareVideo .controls .pause,
.flareVideo .controls .play {
  width: 24px;
  height: 24px;
  text-indent: -5000px;  
  position: absolute;
  top: 13px;
  left: 12px;
  background: url(/_img/flarevideo/controls.png) no-repeat 0 0;
}

.flareVideo .controls .pause {
  display: none;
  background-position: 0 -24px;
}

.flareVideo .controls .play {
  display: block;
}

.flareVideo.playing .controls .play {
  display: none;
}

.flareVideo.playing .controls .pause {
  display: block;
}

.flareVideo .controls .fullScreen {
  left: auto;
  right: 0px;
  background-position: 0 -48px;
}

.flareVideo .controls .seek {
  position: absolute;
  top: 19px;
  left: 48px;
  right: 37px;
  _width: 555px;
}

/* IE6 PNG */

/* \*/

* html .fancybox-ie #fancybox-close { background:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_img/buttons/btn-close.png', sizingMethod='crop'); }

/* */
