/* 自訂義樣式 */
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: visible;
}

.fancybox-title-float-wrap .child {
	background: rgba(0, 0, 0, 0);
}

.fancybox-skin {
	position: relative;
	background: none;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

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

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