.fancybox-image{
	display: block;
	width: 100%;
	height: 100%;
	z-index:9000;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
	border:5px solid #fff;
	background:#fff;
	position:absolute;
	z-index:8040;
}

.fancybox-close{
	background-image: url('../img/fancybox_sprite.png');
}

.fancybox-close {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}


.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../img/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

