#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('/common/commonspot/templates/images/lightbox/fancybox.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-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #f4efdd;
}
#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #f4efdd;
}
#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}
#fancybox-close {
    background: url("/common/commonspot/templates/images/lightbox/custom.png") repeat scroll -2px 23px transparent;
    cursor: pointer;
    display: none;
    height: 22px;
    position: absolute;
    right: -12px;
    top: -12px;
    width: 22px;
    z-index: 1103;
}
#fancybox-next a {
    background: url("/common/commonspot/templates/images/lightbox/custom.png") repeat scroll -27px 73px transparent;
    cursor: pointer;
    float: left;
    height: 22px;
    margin-left: 3px;
    margin-right: 8px;
    text-indent: -2000px;
    width: 22px;
}
#fancybox-prev a {
    background: url("/common/commonspot/templates/images/lightbox/custom.png") repeat scroll -52px 73px transparent;
    cursor: pointer;
    float: left;
    height: 22px;
    text-indent: -2000px;
    width: 22px;
	z-index:1103;
}
#fancybox-next .disable {
	background-position: -27px 48px; 
}
#fancybox-prev .disable {
	cursor: default;
	background-position: -52px 48px; 
}
#fancybox-prev .disable:hover, #fancybox-next .disable:hover {
	cursor: default;
}
#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-title {
	color: #706d5f;
	font-size: 14px;
	z-index: 1102;
}
.fancybox-title-inside {
	padding-bottom: 10px;
	color: #333;
	position: relative;
}
#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}
#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}
#fancybox-nps-outer-close{
	position: relative;
	width: 100%;
	height: 10px;
	text-align: right;
	vertical-align: middle;
	padding: 10px;
	margin-right: 20px;
}
#fancybox-nps-outer-close:focus{
	outline-color: black;
	background-color: yellow;
}