/*! fancyb0x v2.1.4 fancyapps.com | fancyapps.com/fancyb0x/#license */
.fancyb0x-wrap,
.fancyb0x-skin,
.fancyb0x-outer,
.fancyb0x-inner,
.fancyb0x-image,
.fancyb0x-wrap iframe,
.fancyb0x-wrap object,
.fancyb0x-nav,
.fancyb0x-nav span,
.fancyb0x-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancyb0x-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
	width:600px;
}

.fancyb0x-skin {
	position: relative;
	/* background: #f9f9f9; */
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancyb0x-opened {
	z-index: 8030;
}

.fancyb0x-opened .fancyb0x-skin {
/* 	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); */
}

.fancyb0x-outer, .fancyb0x-inner {
	position: relative;
}

.fancyb0x-inner {
	overflow: hidden;
}

.fancyb0x-type-iframe .fancyb0x-inner {
	-webkit-overflow-scrolling: touch;
}

.fancyb0x-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancyb0x-image, .fancyb0x-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancyb0x-image {
	max-width: 100%;
	max-height: 100%;
}

#fancyb0x-loading, .fancyb0x-close, .fancyb0x-prev span, .fancyb0x-next span {
	/* background-image: url('fancyb0x_sprite.png'); */
}

#fancyb0x-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancyb0x-loading div {
	width: 44px;
	height: 44px;
	background: url('fancyb0x_loading.gif') center center no-repeat;
}

.fancyb0x-close {
	cursor: pointer;
    height: 36px;
    position: absolute;
    right: 36px;
    top: 14px;
    width: 36px;
    z-index: 8040;
    color: #444;
    font-weight:bold;
}

.fancyb0x-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancyb0x-prev {
	left: 0;
}

.fancyb0x-next {
	right: 0;
}

.fancyb0x-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancyb0x-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancyb0x-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancyb0x-nav:hover span {
	visibility: visible;
}

.fancyb0x-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancyb0x-lock {
	overflow: hidden;
}

.fancyb0x-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('fancyb0x_overlay.png');
}

.fancyb0x-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancyb0x-lock .fancyb0x-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancyb0x-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancyb0x-opened .fancyb0x-title {
	visibility: visible;
}

.fancyb0x-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancyb0x-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancyb0x-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancyb0x-title-inside-wrap {
	padding-top: 10px;
}

.fancyb0x-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

#survey {
	text-align: center;
	border: 1px solid #333;
	height: 100px;
	width: 100px;
}

#survey a {
	color: #333;
	text-decoration: none;
	line-height: 100px;
}

.feedback-button {
   /*  background: none repeat scroll 0 0 #333333;
    bottom: 5px;
    height: 50px;
    position: fixed;
    right: 5px;
    text-indent: -9999px;
    width: 250px; */
    background: #3d3939;
    color:#ffffff;
    text-align:center;
    text-decoration:none;
    font: bold 14px/1em Arial,sans-serif; 
    padding-top:5px;
    position: fixed; 
    right: 5px; 
    bottom: 5px; 
    z-index: 9999; 
    height: 20px;
    width:150px;
    -moz-border-radius: 10px;
	border-radius: 10px;
}