.fancybox-close {
    position: absolute;
    top: auto;
    right: 0px;
	bottom: 0px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 10000;
}
.fancybox-title {
 background-color: #666666; 
 color: white;
 padding: 10px;
}

.fancybox-prev span {
/*	left: -8px;
	background-position: 0 -36px;*/
	left: -2px;
	background: url('images/left.png') no-repeat;
	width: 30px;
	height: 30px;
}

.fancybox-next span {
/*	right: -9px;
	background-position: 0 -72px;*/
	right: -1px;
	background: url('images/right.png') no-repeat;
	width: 30px;
	height: 30px;
}

.fancybox-nav {
width: 8%;
/*width: 30px;*/
}