#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('../images/fancybox/fancybox.png');
}
#fancybox-overlay {
	position: absolute;
	position: fixed;
	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: #FFF;
	border-radius:5px;
}
#fancybox-close {
	display: none;
	z-index: 1103;
	position: absolute;
	right: 13px;
	top: 13px;
	width: 33px;
	height: 33px;
	background: url(../images/fancybox/fancy_close.png) no-repeat 0 0;
	cursor: pointer;
}
#fancybox-close:hover {
	background-position: 0 -37px;
}
#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #FFF;
	border-radius: 5px;
	/* box-shadow */
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0, 0.35);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0, 0.35);
	box-shadow: 0 2px 4px rgba(0,0,0, 0.35);
}
#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}
#fancybox-error {
	padding: 40px;
	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 {
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	background: #AAA no-repeat 50% 13px;
	text-decoration: none;
	cursor: pointer;
	/* border-radius */
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	/* transition */
	-webkit-transition: background-color 0.25s ease-out;
	-moz-transition: background-color 0.25s ease-out;
	-ms-transition: background-color 0.25s ease-out;
	-o-transition: background-color 0.25s ease-out;
	transition: background-color 0.25s ease-out;
}
#fancybox-left:hover,
#fancybox-right:hover {
	background-color: #c80000;
}
#fancybox-left {
	left: -70px;
	background-image: url(../images/n-arrow_prev.png);
}
#fancybox-right {
	right: -70px;
	background-image: url(../images/n-arrow_next.png);
}

.fancybox-bg {
	display:none;
}
#fancybox-title {
	display: none;
}
