.fancybox-title-float {
	position: relative !important;
	bottom: 0 !important;
	background-color: #fff !important;
}

#fancybox-title-float-wrap {
	margin-left: 15px;
	color: 	#666666;
}

#fancybox-close {
	top: auto;
	right: auto;
	background-repeat: no-repeat;
	background-position: center;
	float: right;
	height: 22px;
	width: 66px;
	position: relative;
	top: 0;
	right: 10px;
}

#fancybox-right-ico {
    background-position: center center;
}

#fancybox-left-ico {
    background-position: center center;
}

#fancybox-left-ico, #fancybox-right-ico {
	width: 63px;
	height: 32px;
	top: 0;
	margin-top: 50px;
}

#fancybox-right:hover span {
	right: 0;
}

#fancybox-left:hover span {
	left: 0;
}